How to use colors from colorScheme in component level themeing #22203
Unanswered
kumarragMSFT
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using react-northstar and I want to set the background color of a
Box
tocolorScheme.brand.background3
but unlike the example given here I want to set this at the component level and not as a theme. Is there a way to do this using thevariables
prop in the component? There is no documentation on how the colorScheme api can be used for individual components.Beta Was this translation helpful? Give feedback.
All reactions