-
No idea what's wrong. It doesnt do in Tailwind play, so i assume it is not daisyui bug. The tab bg color stays white. I have no bg set pretty much anywhere. |
Beta Was this translation helpful? Give feedback.
Answered by
yumhum
May 30, 2025
Replies: 1 comment 1 reply
-
the TW play with my css: https://play.tailwindcss.com/NTn5EpW5FB - it works well there. So it must be something in my project i am missing. Anybody experienced this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
solved it. The weird overlay and colors was caused by --root-bg variable.
Fixed it by adding into my theme --root-bg: the same color as --color-base-100 and all looks good now.
@saadeghi i actually think this might be a little bug in daisyui, the --root-bg, while using custom theme, does not match the base-100 color
Rest assured, i still love daisyUI! :-)