Skip to content

Commit

Permalink
style: TextArea padding 좌우 padding 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
toothlessdev committed Aug 26, 2024
1 parent bd9c2c7 commit 12da0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/form/TextArea.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const TextAreaElement = styled.textarea<ITextAreaElement>`
border: none;
border-radius: 12px;
padding: 15px 10px;
padding: 10px 0px;
resize: none;
line-height: 200%;
Expand Down

0 comments on commit 12da0de

Please sign in to comment.