fix: spacing values in design tokens
This commit is contained in:
parent
9ad3e1bd39
commit
69c1e19c6e
1 changed files with 5 additions and 5 deletions
|
|
@ -73,18 +73,18 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "L - 2xl",
|
"name": "L - 2xl",
|
||||||
"min": 38,
|
"min": 19,
|
||||||
"max": 84
|
"max": 84
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "XL - 2XL",
|
"name": "XL - 2XL",
|
||||||
"min": 57,
|
"min": 38,
|
||||||
"max": 140
|
"max": 84
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "2XL - 3xl",
|
"name": "2XL - 3xl",
|
||||||
"min": 95,
|
"min": 57,
|
||||||
"max": 224
|
"max": 140
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue