Skip to content

Commit

Permalink
fix: sm spacing token
Browse files Browse the repository at this point in the history
  • Loading branch information
Borai committed Nov 7, 2024
1 parent 1d4fb03 commit 1836789
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proprietary/Common/src/denhaag/space/space.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"3xs": { "value": ".125rem" },
"2xs": { "value": ".25rem" },
"xs": { "value": ".5rem" },
"sm": { "value": ".8rem" },
"sm": { "value": ".75rem" },
"md": { "value": "1rem" },
"lg": { "value": "1.25rem" },
"xl": { "value": "1.5rem" },
Expand All @@ -18,7 +18,7 @@
"3xs": { "value": ".125rem" },
"2xs": { "value": ".25rem" },
"xs": { "value": ".5rem" },
"sm": { "value": ".8rem" },
"sm": { "value": ".75rem" },
"md": { "value": "1rem" },
"lg": { "value": "1.25rem" },
"xl": { "value": "1.5rem" },
Expand Down

0 comments on commit 1836789

Please sign in to comment.