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
there's a split-second light mode flash before the dark mode is applied
one possible solution could be to set background color based on @media(prefers-color-scheme: dark) in CSS by default and then let JS take over the theming
Reproduction Link
(demo from Readme, unmodified)
Screen.Recording.2023-07-25.at.2.17.51.AM.mov
Steps to reproduce
see above
What is Expected?
seamless page load
What is actually happening?
The text was updated successfully, but these errors were encountered:
there's a split-second light mode flash before the dark mode is applied
one possible solution could be to set background color based on
@media(prefers-color-scheme: dark)
in CSS by default and then let JS take over the themingReproduction Link
(demo from Readme, unmodified)
Screen.Recording.2023-07-25.at.2.17.51.AM.mov
Steps to reproduce
see above
What is Expected?
seamless page load
What is actually happening?
The text was updated successfully, but these errors were encountered: