Describe the feature
Add support for dark mode. Come up with a suitable dark mode theme that complements our default theme. Use theme based on the OS setting ( prefers-color-scheme media query ) and allow the user to switch between light and dark mode seamlessly.
Reference: https://web.dev/prefers-color-scheme/
Describe the feature
Add support for dark mode. Come up with a suitable dark mode theme that complements our default theme. Use theme based on the OS setting (
prefers-color-schememedia query ) and allow the user to switch between light and dark mode seamlessly.Reference: https://web.dev/prefers-color-scheme/