diff --git a/components/lib/passthrough/tailwind/index.js b/components/lib/passthrough/tailwind/index.js index 64b82af4ff..72de5e97bc 100644 --- a/components/lib/passthrough/tailwind/index.js +++ b/components/lib/passthrough/tailwind/index.js @@ -1763,7 +1763,7 @@ export default { } }, 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: { class: 'py-3 list-none m-0' diff --git a/doc/autocomplete/theming/TailwindDoc.vue b/doc/autocomplete/theming/TailwindDoc.vue index f1f78819e6..e68575cbc1 100644 --- a/doc/autocomplete/theming/TailwindDoc.vue +++ b/doc/autocomplete/theming/TailwindDoc.vue @@ -66,7 +66,7 @@ export default { root: 'rounded-tl-none rounded-bl-none' }, 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', item: ({ context }) => ({