I tried to change the theme to dark mode, but the view still light mode and I tried change to demo2 still the same, any clue how to fix this?
Make sure you have dark mode enabled in your browser settings. Sometimes, if dark mode is not enabled, the website fnf will not display dark mode despite trying to enable it.
After reading the documentation here: <a>http://localhost:8000/documentation/getting-started/dark-mode</a>
need to install with this param:npm run dev --dark-mode --demo1
Hi Vonso,
Correct, you have to build the dark mode CSS files.
Thanks