Why should textStyle: '...' have lower priority than all: 'unset'? #3264
Unanswered
hojun-kimm
asked this question in
Q&A
Replies: 1 comment
-
I need to confirm this, but I believe it's happening because textStyle is on a lower cascade layer. For now, consider moving |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Given the following code:
I expected the body3 text style to be applied, but instead I got the following result:
Is this the intended behavior? If so, what’s the recommended approach to apply a text style after
all: 'unset'
?Beta Was this translation helpful? Give feedback.
All reactions