Skip to content

Commit

Permalink
Spacing value updates to align with documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dana-saur committed Jan 20, 2025
1 parent a5f1fbf commit 3bfcb57
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1336,6 +1336,10 @@
"value": "{space.100}",
"type": "spacing"
},
"150": {
"value": "{space.150}",
"type": "spacing"
},
"200": {
"value": "{space.200}",
"type": "spacing"
Expand Down Expand Up @@ -1367,6 +1371,10 @@
"050": {
"value": "{space.050}",
"type": "spacing"
},
"075": {
"value": "{space.075}",
"type": "spacing"
}
}
},
Expand Down Expand Up @@ -1566,7 +1574,7 @@
"type": "spacing"
},
"sm": {
"value": "{space.200}",
"value": "{space.150}",
"type": "spacing"
},
"xs": {
Expand Down Expand Up @@ -1665,11 +1673,11 @@
"type": "spacing"
},
"sm": {
"value": "{space.150}",
"value": "{space.100}",
"type": "spacing"
},
"xs": {
"value": "{space.100}",
"value": "{space.075}",
"type": "spacing"
},
"xxs": {
Expand Down

0 comments on commit 3bfcb57

Please sign in to comment.