Skip to content

Commit

Permalink
border-radius 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimsj912 committed Jan 1, 2023
1 parent 3b16da8 commit b3cb6aa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/styles/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ const theme = {
md: '768px',
lg: '1024px',
},
borderRadius: {
sm: '10px', // card item
md: '16px', // card
lg: '100px', // hashtag
},
} as const;

export default theme;

0 comments on commit b3cb6aa

Please sign in to comment.