Replies: 1 comment 2 replies
-
Hmmmm that's an interesting question. I haven't looked into this with enough consideration, but I'd say that yep, you could define a light/dark color for each CSS color variable. You could also or redefine the value within a You'd need to carefully choose where you place the If you do want fine-grain control on what colors you apply on each element, I think you need a color set for light and dark for each theme. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We recently implemented themes into our application - see what we did here
Now that we are wanting to support dark mode - how should we approach it? Do we have a dark and light variant for each brand theme color? or is there a better way?
Beta Was this translation helpful? Give feedback.
All reactions