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
I have a UI in which the toggle thumb should remain white on both light and dark mode:
This doesn't seem possible with Radix Colors without manually defining a new variable --white: <hardcoded radix color value>. Is this the recommended way? Is adding an escape hatch for using a static non-theme dependent color a feature that you would consider supporting?
The text was updated successfully, but these errors were encountered:
I second this issue. I like to sometimes mix light and dark themes, which is hard to do with the way Radix Colors segregates light and dark themes. It's also hard to work with CSS' prefers-color-scheme when using the CSS files provided by Radix Colors.
I have a UI in which the toggle thumb should remain white on both light and dark mode:
This doesn't seem possible with Radix Colors without manually defining a new variable
--white: <hardcoded radix color value>
. Is this the recommended way? Is adding an escape hatch for using a static non-theme dependent color a feature that you would consider supporting?The text was updated successfully, but these errors were encountered: