Skip to content

Commit

Permalink
Small spacing value update
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaSchmidt05 committed Sep 25, 2024
1 parent 103f487 commit bf1b61d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -2029,31 +2029,31 @@
},
"space": {
"xxl": {
"value": "{space.breakpoint-sm.xxl}",
"value": "{space.600}",
"type": "spacing"
},
"xl": {
"value": "{space.breakpoint-sm.xl}",
"value": "{space.400}",
"type": "spacing"
},
"lg": {
"value": "{space.breakpoint-sm.lg}",
"value": "{space.300}",
"type": "spacing"
},
"md": {
"value": "{space.breakpoint-sm.md}",
"value": "{space.200}",
"type": "spacing"
},
"sm": {
"value": "{space.breakpoint-sm.sm}",
"value": "{space.150}",
"type": "spacing"
},
"xs": {
"value": "{space.breakpoint-sm.xs}",
"value": "{space.100}",
"type": "spacing"
},
"xxs": {
"value": "{space.breakpoint-sm.xxs}",
"value": "{space.050}",
"type": "spacing"
}
},
Expand Down

0 comments on commit bf1b61d

Please sign in to comment.