Skip to content

Commit

Permalink
feat(data): fixing dimmer token issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ljemmo committed Sep 9, 2024
1 parent 8bfce1b commit f02cf49
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions data/tokens/components/container.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,15 +133,6 @@
"dimmer": {
"value": "{modes.color.generic.bg.inverse.nought}",
"type": "color",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "alpha",
"value": "0.4",
"space": "lch"
}
}
},
"description": "dimmed mask for dialogs"
},
"icon": {
Expand Down Expand Up @@ -1618,6 +1609,13 @@
"type": "opacity",
"description": "opacity applied to next and previous carousel slides"
}
},
"dialog": {
"dimmer": {
"value": "0.4",
"type": "opacity",
"description": "dimmer opacity value"
}
}
},
"typography": {
Expand Down

0 comments on commit f02cf49

Please sign in to comment.