From 9efbcd3f779ab49b7912e2a8136b33bfb421700b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Thu, 12 Oct 2023 19:02:32 +0300 Subject: [PATCH] Tailwind Avatar & TabMenu dark fixes --- components/lib/passthrough/tailwind/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/lib/passthrough/tailwind/index.js b/components/lib/passthrough/tailwind/index.js index 0d8f9bbde..d30cdff09 100644 --- a/components/lib/passthrough/tailwind/index.js +++ b/components/lib/passthrough/tailwind/index.js @@ -1889,7 +1889,7 @@ export default { 'w-16 h-16 text-2xl': props.size == 'xlarge' }, { - '-ml-4 border-2 border-white dark:border-gray-900': parent.instance.$css !== undefined + '-ml-4 border-2 border-white dark:border-gray-900': parent.instance.$css === undefined } ] }), @@ -2394,7 +2394,7 @@ export default { class: 'overflow-x-auto' }, menu: { - class: ['flex m-0 p-0 list-none flex-nowrap', 'bg-white border-solid border-gray-300 border-b-2', 'outline-none no-underline text-base list-none'] + class: ['flex m-0 p-0 list-none flex-nowrap', 'bg-white border-solid border-gray-300 border-b-2 dark:bg-gray-900 dark:border-blue-900/40', 'outline-none no-underline text-base list-none'] }, menuitem: { class: 'mr-0'