-
-
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: V5 setAttribute("data-theme", theme)
failed in firefox nightly
#3317
Comments
Thank you @J4gQBqqR
for reporting issues. It helps daisyUI a lot 💚
|
Hi @saadeghi, I can use a private channel to provide you a reproduction link to my deployed dev site for you to see this. Let me know if you want one and how to send this link privately to you. |
Sure. [email protected] |
It is now working in version alpha 49. Thank you for your awesome work! |
Yeah. The theme rules were being applied by the wrong order. Fixed now 💚 |
What version of daisyUI are you using?
5.0.0-alpha.48
Which browsers are you seeing the problem on?
Firefox
Reproduction URL
N/A
Describe your issue
I am changing theme using the following code:
theme
is a derived rune that will change when the isDardMode $state() rune changes. I can change this state rune with a button click.This is my sveltekit's main page:
This is my app.css:
The text was updated successfully, but these errors were encountered: