Skip to content

Commit

Permalink
feat(data): updating the skeleton yg sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
ljemmo committed Jun 10, 2024
1 parent afda3b4 commit 8324c89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/tokens/components/progress.json
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@
"skeleton": {
"yg": {
"XS": {
"value": "{global.space.micro.XS}",
"value": "{global.space.micro.M}",
"type": "spacing",
"description": "vertical gap between skeleton bars"
},
Expand All @@ -396,12 +396,12 @@
"description": "vertical gap between skeleton bars"
},
"M": {
"value": "{global.space.micro.S}",
"value": "{global.space.micro.M}",
"type": "spacing",
"description": "vertical gap between skeleton bars"
},
"L": {
"value": "{global.space.micro.S}",
"value": "{global.space.micro.L}",
"type": "spacing",
"description": "vertical gap between skeleton bars"
},
Expand Down

0 comments on commit 8324c89

Please sign in to comment.