Skip to content

Commit

Permalink
feat(data): Add colors.semantic.negative tokens 350 and 450, used for…
Browse files Browse the repository at this point in the history
… red Link on dark bg (eg for links on negative numbers)
  • Loading branch information
clairedenning committed Jun 23, 2022
1 parent 8062a5b commit 426db48
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,14 @@
}
},
"negative": {
"350": {
"value": "#dc7481",
"type": "color"
},
"450": {
"value": "#d24c5d",
"type": "color"
},
"500": {
"value": "#CD384B",
"type": "color"
Expand Down

0 comments on commit 426db48

Please sign in to comment.