Skip to content

Commit

Permalink
feat(data): fixing skeleton state mid layer aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
ljemmo committed Sep 30, 2024
1 parent 806efb6 commit 80f5f9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions data/tokens/components/progress.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,22 +102,22 @@
"description": "Skeleton paragraph and H5"
},
"S": {
"value": "{global.fontSize.adaptive.step2}",
"value": "{global.fontSize.adaptive.heading.step2}",
"type": "sizing",
"description": "H4 Skeletons"
},
"M": {
"value": "{global.fontSize.adaptive.step2}",
"value": "{global.fontSize.adaptive.heading.step2}",
"type": "sizing",
"description": "H3 Skeletons"
},
"L": {
"value": "{global.fontSize.adaptive.step3}",
"value": "{global.fontSize.adaptive.heading.step3}",
"type": "sizing",
"description": "H2 Skeletons"
},
"XL": {
"value": "{global.fontSize.adaptive.step5}",
"value": "{global.fontSize.adaptive.heading.step5}",
"type": "sizing",
"description": "H1 Skeletons"
}
Expand Down
4 changes: 2 additions & 2 deletions data/tokens/context/product.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"type": "fontSizes"
},
"step3": {
"value": "22",
"value": "25",
"type": "fontSizes"
},
"step4": {
"value": "25",
"value": "29",
"type": "fontSizes"
},
"step5": {
Expand Down

0 comments on commit 80f5f9c

Please sign in to comment.