chore: remove duplicate lines
parent
e0514d9f1e
commit
6ec4e22b06
|
@ -1763,7 +1763,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
panel: {
|
panel: {
|
||||||
class: ['bg-white text-gray-700 border-0 rounded-md shadow-lg', 'max-h-[200px] overflow-auto', 'bg-white text-gray-700 border-0 rounded-md shadow-lg', 'dark:bg-gray-900 dark:text-white/80']
|
class: ['bg-white text-gray-700 border-0 rounded-md shadow-lg', 'max-h-[200px] overflow-auto', 'dark:bg-gray-900 dark:text-white/80']
|
||||||
},
|
},
|
||||||
list: {
|
list: {
|
||||||
class: 'py-3 list-none m-0'
|
class: 'py-3 list-none m-0'
|
||||||
|
|
|
@ -66,7 +66,7 @@ export default {
|
||||||
root: 'rounded-tl-none rounded-bl-none'
|
root: 'rounded-tl-none rounded-bl-none'
|
||||||
},
|
},
|
||||||
panel: {
|
panel: {
|
||||||
class: ['bg-white text-gray-700 border-0 rounded-md shadow-lg', 'max-h-[200px] overflow-auto', 'bg-white text-gray-700 border-0 rounded-md shadow-lg', 'dark:bg-gray-900 dark:text-white/80']
|
class: ['bg-white text-gray-700 border-0 rounded-md shadow-lg', 'max-h-[200px] overflow-auto', 'dark:bg-gray-900 dark:text-white/80']
|
||||||
},
|
},
|
||||||
list: 'py-3 list-none m-0',
|
list: 'py-3 list-none m-0',
|
||||||
item: ({ context }) => ({
|
item: ({ context }) => ({
|
||||||
|
|
Loading…
Reference in New Issue