Skip to content

Commit

Permalink
New tokens added:
Browse files Browse the repository at this point in the history
- colour.feedback.text.pending
- colour.feedback.text.warning

Updated core colours on the following tokens:
- colour.feedback.text.positive: from red-600 to red-700
- colour.feedback.text.negative: from red-600 to red-700
  • Loading branch information
LuisaGibertoni committed Nov 14, 2024
1 parent dc07281 commit 3189703
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -633,19 +633,27 @@
},
"text": {
"negative": {
"value": "{color.red600}",
"value": "{color.red700}",
"type": "color",
"description": "The text color for elements conveying negative feedback"
},
"info": {
"value": "{color.skyblue600}",
"value": "{color.skyblue700}",
"type": "color",
"description": "The text colour for elements conveying informational feedback"
},
"positive": {
"value": "{color.mint600}",
"value": "{color.mint700}",
"type": "color",
"description": "The text color for elements conveying positive feedback"
},
"warning": {
"value": "{color.yellow600}",
"type": "color"
},
"pending": {
"value": "{color.moonlight700}",
"type": "color"
}
}
},
Expand Down

0 comments on commit 3189703

Please sign in to comment.