Skip to content

Commit

Permalink
feat: adding spacing to theme
Browse files Browse the repository at this point in the history
  • Loading branch information
BLuEScioN committed Oct 16, 2024
1 parent e5ad0bb commit 14e029c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/ui/theme/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,19 @@ export const theme = extendTheme({
4.5: '1.125rem',
},
space: {
0: '0px',
1: '0.25rem', // 4px
2: '0.5rem', // 8px
3: '0.75rem', // 12px
4: '1rem', // 16px
4.5: '1.125rem',
5: '1.25rem', // 20px
6: '1.5rem', // 24px
8: '2rem', // 32px
10: '2.5rem', // 40px
12: '3rem', // 48px
16: '4rem', // 64px
18: '4.5rem', // 72px
},
borders: {
'1px': '1px solid var(--stacks-colors-borderPrimary)',
Expand Down

0 comments on commit 14e029c

Please sign in to comment.