Tailwind dark mode updates

This commit is contained in:
Tuğçe Küçükoğlu 2023-09-01 13:34:12 +03:00
parent 15368ab66d
commit 908b5a9751

View file

@ -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: [