Replies: 1 comment
-
Hey @Gluant101, |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Walter:
Why do some Gluestack Tokens require the '$' symbol before the token name to work, and why some do not require it and will even throw an error if trying to use the '$' symbol?
for example, when using the Heading component, the color token must use the '$' , but the size must not use the '$'.
This works:
<Heading color="$orange600" >My Heading</Heading>
This does not works:
This really confuses me
Jono:
This also the same with useToken. The value has to be $'less to work. Even with color values
Beta Was this translation helpful? Give feedback.
All reactions