-
Notifications
You must be signed in to change notification settings - Fork 37
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
dark mode button on demo website is not working #66
Comments
svelte-french-toast/src/lib/components/ToastWrapper.svelte Lines 47 to 53 in 2dd9abc
It appears that the assignment of the |
#48 |
I have no clue but can it be because the package version hasn't changed since? maybe vercel cached the package on last version change (from 1.1 to 1.2) and used that on other deploys... because i tested locally and dark theme styles works fine. |
I checked again and it's working fine 😅 toast("TEST", {
icon: "👏",
style: "color: #fff; background-color: #333; font-size: 20px;",
}); |
https://svelte-french-toast.vercel.app/
examples section.
Dark mode button opens a light toast.
The text was updated successfully, but these errors were encountered: