-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I am theming an existing component library using the component tokens. The dark theme works as expected, however when I switch the app to light theme some of the components still have dark theme styling. For example, I am using the variable --select-color-background for my select component and this stays as color #101923 in both light and dark mode. Looking at the CSS files in the dist directory, it looks like the value of --select-color-background is set directly to the dark mode variant, instead of being set based on the theme.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels