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
Based on the design in #2557, and leveraging our existing theme, create a new theme that uses dark colors to support dark mode. I will be updating this CodeSandbox with a demo of how this might work.
Note: We should default to use the users preferences using the new prefers-color-scheme.
I.e. window.matchMedia("(prefers-color-scheme: dark)").matches
Add dark theme
Test code
Open a pull request
The text was updated successfully, but these errors were encountered:
Based on the design in #2557, and leveraging our existing theme, create a new theme that uses dark colors to support dark mode. I will be updating this CodeSandbox with a demo of how this might work.
The text was updated successfully, but these errors were encountered: