mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Tailwind dark mode updates
This commit is contained in:
parent
15368ab66d
commit
908b5a9751
1 changed files with 2 additions and 2 deletions
|
@ -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: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue