-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: error in daisyUi themes #2710
Comments
Thank you @NAB-TAG
for reporting issues. It helps daisyUI a lot 💚
|
Old browsers do not support OKLCH colors. We will also remove the fallbacks in the future (daisyUI 5) so either update the browser or downgrade to daisyUI 3.x There are many new or upcoming CSS features and we can not support old browsers forever. Let me know if you have any questions |
Thank you very much, I have another question, how do you know that the browser version is not compatible? On your page, when using an old browser, a message automatically appears asking you to update the browser. The issue is that I want to use it in react so that when it detects that the browser is old it does not directly show me its dropdown with the themes, just like you do. Thank you very much in advance and happy holidays. |
This <div class="toast toast-center z-10 [@supports(color:oklch(0_0_0))]:hidden">
<div class="alert alert-warning grid-cols-[auto] py-2 text-xs">
<span>
<a class="link" rel="nofollow, noreferrer" target="_blank" href="https://www.wikihow.com/Update-Your-Browser">Please upgrade your browser</a>
</span>
</div>
</div> Let me know if you have a question. |
Thanks very much |
What version of daisyUI are you using?
v4.4.20
Which browsers are you seeing the problem on?
No response
Reproduction URL
https://nando-shop.vercel.app/
Describe your issue
Hello, on some devices (the older ones) the themes do not work
The text was updated successfully, but these errors were encountered: