-
Notifications
You must be signed in to change notification settings - Fork 228
Open
Description
Hello everyone. I have tons of components that I want to theme into dark mode. What's the best way to do it? Create separate theme 'dark' and override variables in a single file?
Like:
theme/dark/index.css
:root, [data-theme="dark"] {
--body-backgroundColor: black;
--body-color: white;
--button-backgroundColor: black;
--button-textColor: black;
--formField-borderColor: black;
}Metadata
Metadata
Assignees
Labels
No labels