Skip to content

Commit

Permalink
feat(theme-utils): remove current size
Browse files Browse the repository at this point in the history
  • Loading branch information
andresz1 committed Apr 19, 2023
1 parent 15fbea1 commit f30af00
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/utils/theme/src/defaultTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ export const defaultTheme: Theme = {
},
spacing: {
auto: 'auto',
current: '1em',
none: '0px',
sm: '0.25rem',
md: '0.5rem',
Expand Down
1 change: 0 additions & 1 deletion packages/utils/theme/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ export interface Theme {
}
spacing: {
auto: string
current: string
none: string
sm: string
md: string
Expand Down

0 comments on commit f30af00

Please sign in to comment.