Skip to content

Commit

Permalink
fix: lighter neutral on dark
Browse files Browse the repository at this point in the history
  • Loading branch information
johanekhager committed Sep 16, 2024
1 parent 5cf0b95 commit d5e498c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -2692,14 +2692,14 @@
},
"neutral": {
"DEFAULT": {
"value": "{color.zinc.900}",
"value": "{color.zinc.800}",
"type": "color",
"description": "{color.zinc.900}"
"description": "{color.zinc.800}"
},
"hover": {
"value": "{color.zinc.800}",
"value": "{color.zinc.750}",
"type": "color",
"description": "{color.zinc.800}"
"description": "{color.zinc.750}"
},
"weak": {
"value": "{color.zinc.800}",
Expand Down

0 comments on commit d5e498c

Please sign in to comment.