Skip to content

Commit

Permalink
feat(data): Add yin.100 token. Add utility.yin.100 token.
Browse files Browse the repository at this point in the history
  • Loading branch information
clairedenning committed Nov 14, 2022
1 parent 149468b commit 74b1dba
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@
}
},
"yin": {
"100": {
"value": "$colors.yin.100",
"type": "color",
"description": "NOT for text"
},
"030": {
"value": "$colors.yin.030",
"type": "color"
Expand Down Expand Up @@ -577,6 +582,11 @@
"description": "Reference only. Do not use in components."
},
"yin": {
"100": {
"value": "rgba(0,0,0,1)",
"type": "color",
"description": "Reference only. Do not use in components."
},
"030": {
"value": "rgba(0,0,0,0.3)",
"type": "color",
Expand Down

0 comments on commit 74b1dba

Please sign in to comment.