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
My app is default light mode, and there is a flash of dark ui when the page first loads. Disabling background-color and color -related transition properties on affected elements solves this issue.
I have already set <ModeWatcher defaultMode="light" />
Describe the bug
My app is default light mode, and there is a flash of dark ui when the page first loads. Disabling background-color and color -related transition properties on affected elements solves this issue.
I have already set
<ModeWatcher defaultMode="light" />
This is likely related: huntabyte/shadcn-svelte#381 (comment)
Reproduction
Follow the steps here: https://next.shadcn-svelte.com/docs/dark-mode/svelte
Logs
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: