Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
feat(color): dark strong critical and success text color
Browse files Browse the repository at this point in the history
  • Loading branch information
francisrupert committed Mar 23, 2023
1 parent 441ea60 commit 3ad85e8
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions base.json
Original file line number Diff line number Diff line change
Expand Up @@ -2551,15 +2551,38 @@
"description": "critical, danger, error, alert"
},
"critical-strong": {
"value": "{color.red.500}",
"value": "{color.text.critical}",
"type": "color",
"description": "critical, danger, error, alert"
"description": "critical, danger, error, alert",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "lighten",
"value": ".25",
"space": "hsl"
}
}
}
},
"success": {
"value": "{color.green.400}",
"type": "color",
"description": "positive"
},
"success-strong": {
"value": "{color.text.success}",
"type": "color",
"description": "positive",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "lighten",
"value": ".35",
"space": "hsl"
}
}
}
},
"warning": {
"value": "{color.gold.400}",
"type": "color",
Expand Down

0 comments on commit 3ad85e8

Please sign in to comment.