Skip to content

Commit

Permalink
fix(color-text): add neutral-weaker token (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
portikM authored Feb 15, 2024
1 parent 8840670 commit 21d3c1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tokens/source/color/text.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
"weak": {
"comment": "Weak text color for neutral elements (gray.40).",
"value": "{color.alias.gray.40.value}"
},
"weaker": {
"comment": "Weaker text color for neutral elements (gray.20).",
"value": "{color.alias.gray.20.value}"
}
},
"primary": {
Expand Down

0 comments on commit 21d3c1b

Please sign in to comment.