Unrelated to the question but related to daisy: it ships with a default dark mode for its components. Do you know I can disable the default dark mode? I looked in the docs but no luck.
You’d have to set themes manually in your tailwind config file and exclude any dark themes (or just include only 1 theme you want)
Some more details: daisyui.com/docs/themes/
I'll give it a try by not including the "dark" theme and see if it works. Thanks.
After trying Daisy for a day I decided to just go bare bone Tailwind + Web Components. Removed Daisy.
Unrelated to the question but related to daisy: it ships with a default dark mode for its components. Do you know I can disable the default dark mode? I looked in the docs but no luck.
You’d have to set themes manually in your tailwind config file and exclude any dark themes (or just include only 1 theme you want)
Some more details:
daisyui.com/docs/themes/
I'll give it a try by not including the "dark" theme and see if it works. Thanks.
After trying Daisy for a day I decided to just go bare bone Tailwind + Web Components. Removed Daisy.