Skip to content

Commit

Permalink
feat(theme): add negative spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
pinarkizilarslan committed Mar 10, 2023
1 parent 79971b2 commit 4581e1e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,19 @@ const theme = createTheme({
neutralHover: colors.secondaryHover,
},
spacing: {
'-6xl': -80,
'-5xl': -64,
'-4xl': -48,
'-3xl': -40,
'-2xl': -32,
'-xl': -24,
'-l': -20,
'-m': -16,
'-s': -14,
'-xs': -12,
'-2xs': -8,
'-3xs': -4,
'-4xs': -2,
none: 0,
'4xs': 2,
'3xs': 4,
Expand Down

0 comments on commit 4581e1e

Please sign in to comment.