Skip to content

Commit

Permalink
feat: add new spacing-9x token (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideMininni-Fincons authored Jul 5, 2023
1 parent 018874e commit d250bf2
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 @@ -40,6 +40,10 @@ export const spacing: DesignTokens = {
value: calculatedSpacing(8),
...attributes(),
},
'-9x': {
value: calculatedSpacing(9),
...attributes(),
},
'-10x': {
value: calculatedSpacing(10),
...attributes(),
Expand Down

0 comments on commit d250bf2

Please sign in to comment.