Skip to content

Commit

Permalink
feat(tokens): adds LabelNextToControl colors
Browse files Browse the repository at this point in the history
  • Loading branch information
m-nti committed May 10, 2023
1 parent fcecd94 commit 2c638a2
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions packages/figma-design-tokens/input/tokens/semantics/BLR_SEM.json
Original file line number Diff line number Diff line change
Expand Up @@ -1699,6 +1699,32 @@
"type": "color"
}
}
},
"LabelNextToControl": {
"Rest": {
"value": "{q.content.ondefault.alpha}",
"type": "color"
},
"Hover": {
"value": "{q.content.ondefault.alpha}",
"type": "color"
},
"Pressed": {
"value": "{q.content.ondefault.alpha}",
"type": "color"
},
"Focus": {
"value": "{q.content.ondefault.alpha}",
"type": "color"
},
"Disabled": {
"value": "{q.content.ondefault.alpha}",
"type": "color"
},
"ReadOnly": {
"value": "{q.content.ondefault.alpha}",
"type": "color"
}
}
},
"Global": {
Expand Down

0 comments on commit 2c638a2

Please sign in to comment.