Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
fix: correct spacing 770
Browse files Browse the repository at this point in the history
  • Loading branch information
braddialpad committed May 8, 2023
1 parent 1ceec57 commit 9458ef6
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions base.json
Original file line number Diff line number Diff line change
Expand Up @@ -873,10 +873,6 @@
"value": "{space.100} / 2",
"type": "spacing"
},
"77": {
"value": "({space.750} + {space.800}) / 2",
"type": "spacing"
},
"100": {
"value": "{space.200} / 2",
"type": "spacing"
Expand Down Expand Up @@ -941,6 +937,10 @@
"value": "{space.750} + {space.350}",
"type": "spacing"
},
"770": {
"value": "({space.750} + {space.800}) / 2",
"type": "spacing"
},
"775": {
"value": "(({space.750} + {space.800}) / 2) + {size.200}",
"type": "spacing"
Expand Down Expand Up @@ -1097,6 +1097,10 @@
"value": "{space.760} * -1",
"type": "spacing"
},
"770-negative": {
"value": "{space.770} * -1",
"type": "spacing"
},
"775-negative": {
"value": "{space.775} * -1",
"type": "spacing"
Expand Down Expand Up @@ -5068,4 +5072,4 @@
"components/radio/dark"
]
}
}
}

0 comments on commit 9458ef6

Please sign in to comment.