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
Thank you @ogesaku
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.
This is caused by the background-color style in the tailwindcss preflight reset. I'm not sure why the reset only applies to buttons that have a "type" attribute
What version of daisyUI are you using?
v4.0.5
Which browsers are you seeing the problem on?
All browsers
Reproduction URL
https://jsbin.com/mexepajiqi/edit?html,output
Describe your issue
Buttons elements with
type="submit"
are missing background when installed via CDN.The problem does not appear when using npm installation.
The text was updated successfully, but these errors were encountered: