Skip to content

Commit

Permalink
Do not use grid space token for logo size
Browse files Browse the repository at this point in the history
  • Loading branch information
alimpens committed Dec 20, 2024
1 parent f8c89bb commit 0181ec1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion proprietary/tokens/src/components/ams/logo.tokens.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"ams": {
"logo": {
"block-size": { "value": "{ams.space.grid.md}" },
"block-size": {
"value": "clamp(1rem, calc(0.375rem + 3.125vw), 3.5rem)",
"comment": "This is the same size as Grid space medium"
},
"emblem": { "color": { "value": "{ams.brand.color.red.60}" } },
"min-block-size": { "value": "2.5rem" },
"title": { "color": { "value": "{ams.brand.color.red.60}" } },
Expand Down

0 comments on commit 0181ec1

Please sign in to comment.