Skip to content

Commit

Permalink
Merge pull request #40 from TinU-Official/fix/#27_textfield-style
Browse files Browse the repository at this point in the history
TINU-80 οΏ½fix: TextField μ»΄ν¬λ„ŒνŠΈ μŠ€νƒ€μΌμ„ μˆ˜μ •ν•©λ‹ˆλ‹€.
  • Loading branch information
jungwoo3490 authored Dec 8, 2024
2 parents 76712cc + f6dde12 commit cf03452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Common/TextField/TextField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const TextFieldWrapper = styled.div<{ showPlaceholder: boolean; isError: boolean
align-items: center;
gap: 2rem;
width: 33.5rem;
width: 100%;
height: 6rem;
padding: 0 1.7rem 0 2rem;
Expand Down

0 comments on commit cf03452

Please sign in to comment.