From 6ec4e22b06bb98829690592166d412e4c9a924ba Mon Sep 17 00:00:00 2001 From: Kadir Boylu Date: Sun, 12 Nov 2023 16:58:58 +0300 Subject: [PATCH] chore: remove duplicate lines --- components/lib/passthrough/tailwind/index.js | 2 +- doc/autocomplete/theming/TailwindDoc.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/lib/passthrough/tailwind/index.js b/components/lib/passthrough/tailwind/index.js index 64b82af4f..72de5e97b 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 f1f78819e..e68575cbc 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 }) => ({