Tokens don't show up on Tokens Tab #378
Unanswered
lukasz-szewczyk-xtb
asked this question in
Q&A
Replies: 1 comment
-
It seems you defined two tokens in one. Remove the disabled token then you should be good to go! |
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.
-
I've problem with adding tokens, when I making new color token named "button.primary.background.disabled" it isn't show up at Tokens tab, but it's appears in JSON:
"button": {
"primary": {
"background": {
"value": "$base.background.inverted",
"type": "color",
"disabled": {
"value": "$base.background.tertiary",
"type": "color"
}
},
It's makes token unable to connect with object. Can you help me with it?
Beta Was this translation helpful? Give feedback.
All reactions