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
Several components have a color prop on them, which can be 'inherit' | 'primary' | 'accent' | 'default'. This works fine out of the box most of the time, but when dealing with primary or accent there's also the possibility of wanting to use a particular level (50, 100, 200, etc.) As I understand it, the standard way to do this currently is something like
This obviously offers unlimited power, but for something I find myself wanting to do with some regularity it's not very convenient. It'd be nice if this could be accomplished by something as simple as
Several components have a
color
prop on them, which can be'inherit' | 'primary' | 'accent' | 'default'
. This works fine out of the box most of the time, but when dealing withprimary
oraccent
there's also the possibility of wanting to use a particular level (50, 100, 200, etc.) As I understand it, the standard way to do this currently is something likeThis obviously offers unlimited power, but for something I find myself wanting to do with some regularity it's not very convenient. It'd be nice if this could be accomplished by something as simple as
It seems like this might require #7633 to implement practically.
The text was updated successfully, but these errors were encountered: