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

Commit

Permalink
fix(color): corrected mixed reference for clear critical button
Browse files Browse the repository at this point in the history
  • Loading branch information
francisrupert committed Sep 5, 2023
1 parent 432f859 commit 4e8854f
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions tokens/semantic.json
Original file line number Diff line number Diff line change
Expand Up @@ -1295,8 +1295,17 @@
"type": "color"
},
"hover": {
"value": "#D90D0D",
"type": "color"
"value": "{action.color.foreground.critical.default}",
"type": "color",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "darken",
"value": ".08",
"space": "hsl"
}
}
}
},
"active": {
"value": "{action.color.foreground.critical.hover}",
Expand Down

0 comments on commit 4e8854f

Please sign in to comment.