Skip to content

Commit c2ae013

Browse files
committed
refactor(#54): Button 스타일 피그마 반영
1 parent 5572d7c commit c2ae013

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/ui/Button/Button.css.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ export const button = recipe({
4242
},
4343
size: {
4444
small: {
45-
width: "63px",
46-
height: "32px",
47-
padding: "9px 20px",
45+
padding: "7px 20px",
4846
fontSize: "13px",
4947
borderRadius: radius[80],
5048
},

0 commit comments

Comments
 (0)