Skip to content

Commit

Permalink
fixed lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gerouvi committed Sep 23, 2024
1 parent e609cc5 commit a42be37
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/themes/saas/space.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { extendTheme } from '@chakra-ui/react'

const spacing = {
export const spacing = {
space: {
px: '1px',
0.5: '0.125rem',
Expand Down Expand Up @@ -60,9 +58,7 @@ const spacing = {
92: '23rem',
94: '23.5rem',
96: '24rem',
980: '61.25rem', // 980px
1800: '112.5rem', // 1800px
980: '61.25rem',
1800: '112.5rem',
},
}

const theme = extendTheme({ ...spacing })

0 comments on commit a42be37

Please sign in to comment.