Skip to content

Commit

Permalink
New token values for 'subtle' background tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
davyd-akamai committed Nov 21, 2024
1 parent ddf9c8f commit 73301ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tokens/alias/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,19 +197,19 @@
"description": "Use only for a global header and global footer background"
},
"negativesubtle": {
"value": "{global.color.red.10}",
"value": "{global.color.red.20}",
"type": "color"
},
"warningsubtle": {
"value": "{global.color.amber.10}",
"value": "{global.color.amber.20}",
"type": "color"
},
"positivesubtle": {
"value": "{global.color.green.10}",
"value": "{global.color.green.20}",
"type": "color"
},
"informativesubtle": {
"value": "{global.color.ultramarine.10}",
"value": "{global.color.ultramarine.20}",
"type": "color"
},
"neutralsubtle": {
Expand Down

0 comments on commit 73301ea

Please sign in to comment.