Skip to content

Commit

Permalink
Fix octal issue with monochromatic
Browse files Browse the repository at this point in the history
  • Loading branch information
jaalah committed Jul 22, 2024
1 parent 1884b9e commit fe50ead
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
16 changes: 8 additions & 8 deletions tokens/alias/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -1281,6 +1281,10 @@
},
"monochromatic": {
"default": {
"5": {
"value": "{global.color.ultramarine.5}",
"type": "color"
},
"10": {
"value": "{global.color.ultramarine.10}",
"type": "color"
Expand Down Expand Up @@ -1316,13 +1320,13 @@
"100": {
"value": "{global.color.ultramarine.100}",
"type": "color"
},
"05": {
"value": "{global.color.ultramarine.5}",
"type": "color"
}
},
"danger": {
"5": {
"value": "{global.color.red.5}",
"type": "color"
},
"10": {
"value": "{global.color.red.10}",
"type": "color"
Expand Down Expand Up @@ -1358,10 +1362,6 @@
"100": {
"value": "{global.color.red.100}",
"type": "color"
},
"05": {
"value": "{global.color.red.5}",
"type": "color"
}
}
},
Expand Down

0 comments on commit fe50ead

Please sign in to comment.