Skip to content

Commit

Permalink
Merge pull request #9 from balena-io-modules/update-tokens
Browse files Browse the repository at this point in the history
Desaturate neutral light colors
  • Loading branch information
drskullster authored Feb 13, 2024
2 parents 7381a06 + 207b300 commit 860b7bd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tokens/design-tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@
"neutral": {
"50": {
"type": "color",
"value": "#f7fafdff",
"value": "#f9fafbff",
"blendMode": "normal"
},
"75": {
"type": "color",
"value": "#deebf6ff",
"value": "#e3ebf1ff",
"blendMode": "normal"
},
"100": {
"type": "color",
"value": "#c5dceeff",
"value": "#ccdbe7ff",
"blendMode": "normal"
},
"200": {
"type": "color",
"value": "#aecde5ff",
"value": "#b5ccdeff",
"blendMode": "normal"
},
"300": {
"type": "color",
"value": "#97bddbff",
"value": "#9cbcd6ff",
"blendMode": "normal"
},
"400": {
Expand Down

0 comments on commit 860b7bd

Please sign in to comment.