Skip to content

Commit

Permalink
style(WriteInput): 입력창 padding 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dmswl98 committed Apr 2, 2024
1 parent d44bcb0 commit bceb99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Input/WriteInput/style.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const conatiner = style({
justifyContent: 'space-between',
borderRadius: '16px',
width: '100%',
padding: '22px 12px 22px 24px',
padding: '12px 12px 12px 24px',
border: `2px solid ${COLORS['Blue/Default']}`,
backgroundColor: 'white',
});
Expand Down

0 comments on commit bceb99b

Please sign in to comment.