Skip to content

Commit

Permalink
fix: action active and dark alert colors
Browse files Browse the repository at this point in the history
  • Loading branch information
johanekhager committed Jan 30, 2025
1 parent 26f08cc commit 13c1b0b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1724,19 +1724,19 @@
"description": "{color.zinc.750}"
},
"weak-active": {
"value": "{color.pink.500}",
"value": "{color.pink.600}",
"type": "color",
"description": "{color.pink.500}"
"description": "{color.pink.600}"
},
"medium": {
"value": "{color.zinc.750}",
"type": "color",
"description": "{color.zinc.750}"
},
"medium-active": {
"value": "{color.pink.500}",
"value": "{color.pink.600}",
"type": "color",
"description": "{color.pink.500}"
"description": "{color.pink.600}"
},
"strong": {
"value": "{color.white}",
Expand Down Expand Up @@ -3980,9 +3980,9 @@
},
"success": {
"DEFAULT": {
"value": "{color.green.100}",
"value": "{color.green.600}",
"type": "color",
"description": "{color.green.100}"
"description": "{color.green.600}"
},
"strong": {
"value": "{color.white}",
Expand All @@ -3992,9 +3992,9 @@
},
"danger": {
"DEFAULT": {
"value": "{color.red.100}",
"value": "{color.red.600}",
"type": "color",
"description": "{color.red.100}"
"description": "{color.red.600}"
},
"strong": {
"value": "{color.white}",
Expand All @@ -4004,9 +4004,9 @@
},
"warning": {
"DEFAULT": {
"value": "{color.amber.100}",
"value": "{color.amber.600}",
"type": "color",
"description": "{color.amber.100}"
"description": "{color.amber.600}"
},
"strong": {
"value": "{color.white}",
Expand All @@ -4016,9 +4016,9 @@
},
"info": {
"DEFAULT": {
"value": "{color.light-blue.100}",
"value": "{color.light-blue.600}",
"type": "color",
"description": "{color.light-blue.100}"
"description": "{color.light-blue.600}"
},
"strong": {
"value": "{color.white}",
Expand Down

0 comments on commit 13c1b0b

Please sign in to comment.