Problem with DarkMode
I have implemented tailwind in an angular 16 app and it works correctly, when I configure the flowbite plugin, specifically when adding in the tailwind configuration
`require('flowbite/plugin'), // add this line`
My app's dark mode is turned off completely, I've tried the dark mode settings they recommend but it doesn't work either.
To Reproduce Steps to reproduce the behavior:
- Following the guide
Screenshots
with the plugin added in the tailwind config
without the plugin added in the tailwind config
Desktop (please complete the following information):
- OS: [ MacOS 13.4.1]
- Browser [chrome, safari]
- Version [e.g. 22]
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [chrome, safari]
- Version [latest in ago-2023]
@dmorfav same is happening to me with flowbite-react
Have you ever found a solution ?
Have you found any solution ?