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
It's not forgotten, but this improvement is expensive in file size and I don't think it's worth it.
Currently there are primary-focuse, secondary-focus, etc colors but there's no error-focus, info-focus, warning-focus, success-focus colors.
On the other hand there's a need for a soft version of these colors (because an alert with soft blue background and normal blue text looks better than normal blue background and white text. But for a button, blue background and white text looks better)
I haven't yet find a way to handle all these colors without increasing the amount of color names and making it more confusing to make themes. And keeping the number of CSS variables low.
I was planning to use CSS color-mix function because it solves all these issues but the browser support is not good yet.
What version of daisyUI are you using?
2.51.6
Describe your issue
There's no animation when hovering over buttons such as info, success, warning, or error. This issue is reproducible on the official site:
simplescreenrecorder-2023-05-02_13.21.54.mp4
What browsers are you seeing the problem on?
Chrome, Firefox
Reproduction URL (optional)
No response
The text was updated successfully, but these errors were encountered: