Skip to content

Commit

Permalink
fix(color-text): add decorative-purple-strong token (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
portikM authored Nov 27, 2023
1 parent 550bb88 commit cbd449c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions tokens/source/color/text.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,14 @@
"value": "{color.alias.aqua.50}"
},
"purple": {
"comment": "Text color for decorative purposes (purple.60).",
"value": "{color.alias.purple.60}"
"_": {
"comment": "Text color for decorative purposes (purple.60).",
"value": "{color.alias.purple.60}"
},
"strong": {
"comment": "Strong text color for decorative purposes (purple.70).",
"value": "{color.alias.purple.70}"
}
}
},
"disabled": {
Expand Down

0 comments on commit cbd449c

Please sign in to comment.