Skip to content

Commit

Permalink
feat: add spacing 7x
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideMininni-Fincons committed May 21, 2024
1 parent 5795ff3 commit 31b2573
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions designTokens/spacing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ export const spacing: DesignTokens = {
value: calculatedSpacing(6),
...attributes(),
},
'-7x': {
value: calculatedSpacing(7),
...attributes(),
},
'-8x': {
value: calculatedSpacing(8),
...attributes(),
Expand Down

0 comments on commit 31b2573

Please sign in to comment.