chore: remove duplicate lines

pull/4806/head
Kadir Boylu 2023-11-12 16:58:58 +03:00
parent e0514d9f1e
commit 6ec4e22b06
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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 }) => ({