Skip to content

Commit

Permalink
Move semantic tokens to core group for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bstevens committed Nov 3, 2023
1 parent 3877003 commit 14b0a21
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,22 @@
"white": {
"value": "#FFFFFF",
"type": "color"
},
"color-button-primary-background": {
"value": "{color-lightgreen}",
"type": "color"
},
"color-button-primary-foreground": {
"value": "{black}",
"type": "color"
}
},
"semantic": {
"color-button-primary-background": {
"color-button-primary-backgroundx": {
"value": "{color-lightgreen}",
"type": "color"
},
"color-button-primary-foreground": {
"color-button-primary-foregroundx": {
"value": "{black}",
"type": "color"
}
Expand Down

0 comments on commit 14b0a21

Please sign in to comment.