Skip to content

Commit

Permalink
adding dimmer to container group
Browse files Browse the repository at this point in the history
  • Loading branch information
ljemmo committed Jan 5, 2024
1 parent 8fed71c commit c99f1d2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions data/tokens/Components/container.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,20 @@
"value": "{base.color.generic.fg.standard.delicate}",
"type": "color"
},
"dimmer": {
"value": "{base.color.generic.bg.inverse.nought}",
"type": "color",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "alpha",
"value": "0.4",
"space": "lch"
}
}
},
"description": "dimmed mask for dialogs"
},
"text-default": {
"value": "{base.color.generic.content.standard.harsh}",
"type": "color",
Expand Down

0 comments on commit c99f1d2

Please sign in to comment.