Skip to content

Commit

Permalink
feat: add spacing token fixed-7x (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideMininni-Fincons authored May 24, 2024
1 parent b6aeb3f commit d3f3303
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 d3f3303

Please sign in to comment.