From 908b5a9751b9484716534c8472b81ae9e055122f 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: Fri, 1 Sep 2023 13:34:12 +0300 Subject: [PATCH] Tailwind dark mode updates --- 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 076c940b9..29c2ebb51 100644 --- a/components/lib/passthrough/tailwind/index.js +++ b/components/lib/passthrough/tailwind/index.js @@ -3980,10 +3980,10 @@ export default { class: 'bg-white text-gray-600 dark:bg-gray-900 dark:text-white/80' }, rowgroupheader: { - class: ['sticky z-[1]', 'bg-white text-gray-600', 'transition duration-200'] + class: ['sticky z-[1]', 'bg-white text-gray-600', 'dark:bg-gray-900', 'transition duration-200'] }, rowgroupfooter: { - class: ['sticky z-[1]', 'bg-white text-gray-600', 'transition duration-200'] + class: ['sticky z-[1]', 'bg-white text-gray-600', 'dark:bg-gray-900', 'transition duration-200'] }, rowgrouptoggler: { class: [