You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
i am using the v5 beta version in a Nextjs project with the Tailwind 4 beta. The hover className is having no effect for me.
I tried different themes already.
Thank you @sebastian-struecker
for reporting issues. It helps daisyUI a lot 💚
I'll be working on issues one by one. I will help with this one as soon as a I
find a solution.
In the meantime providing more details and reproduction links would be
helpful.
What version of daisyUI are you using?
v5.0.0-beta.1
Which browsers are you seeing the problem on?
Chrome
Reproduction URL
https://github.com/sebastian-struecker/simple-feature-toggles/tree/main/src/main/webui
Describe your issue
Hello,
i am using the v5 beta version in a Nextjs project with the Tailwind 4 beta. The
hover
className is having no effect for me.I tried different themes already.
Here is my setup:
global.css:
tailwind.config.js:
table in a .tsx file
A workaround is to manually set the background color on hover like e.g.:
hover:bg-base-200
The text was updated successfully, but these errors were encountered: