Tailwind dark mode updates

pull/4377/head
Tuğçe Küçükoğlu 2023-09-01 13:34:12 +03:00
parent 15368ab66d
commit 908b5a9751
1 changed files with 2 additions and 2 deletions

View File

@ -3980,10 +3980,10 @@ export default {
class: 'bg-white text-gray-600 dark:bg-gray-900 dark:text-white/80' class: 'bg-white text-gray-600 dark:bg-gray-900 dark:text-white/80'
}, },
rowgroupheader: { 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: { 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: { rowgrouptoggler: {
class: [ class: [