Skip to content

Commit

Permalink
feat(data): Updated design tokens (#43)
Browse files Browse the repository at this point in the history
feat(data): added new tokens for utility major 000 (white), size 250 (20px), spacing 250 (20px)
  • Loading branch information
github-actions[bot] authored Aug 9, 2021
1 parent 58fdf76 commit 961218f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@
"value": "#00FFFF",
"type": "color"
},
"000": {
"value": "#FFFFFF",
"type": "color"
},
"025": {
"value": "#F2F5F6",
"type": "color"
Expand Down Expand Up @@ -361,6 +365,10 @@
"value": "16px",
"type": "spacing"
},
"250": {
"value": "20px",
"type": "spacing"
},
"300": {
"value": "24px",
"type": "spacing"
Expand Down Expand Up @@ -441,6 +449,10 @@
"value": "16px",
"type": "sizing"
},
"250": {
"value": "20px",
"type": "sizing"
},
"300": {
"value": "24px",
"type": "sizing"
Expand Down

0 comments on commit 961218f

Please sign in to comment.