Update primevue/themes to 4.0.0 (#378)

This commit is contained in:
Chenlei Hu
2024-08-11 19:38:27 -04:00
committed by GitHub
parent c86abd3dc6
commit d1d4324e57
3 changed files with 15 additions and 25 deletions

View File

@@ -27,9 +27,7 @@ app
options: {
prefix: 'p',
cssLayer: false,
// This is a workaround for the issue with the dark mode selector
// https://github.com/primefaces/primevue/issues/5515
darkModeSelector: '.dark-theme, :root:has(.dark-theme)'
darkModeSelector: '.dark-theme'
}
}
})