Skip to content

Commit 1cc1ba0

Browse files
committed
style(text-area): 여백 추가
1 parent bbb34a7 commit 1cc1ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Forms/Inputs/TextArea/TextArea.styled.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const Wrapper = styled.div<WrapperProps>`
4040
${({ interpolation }) => interpolation}
4141
`
4242

43-
interface TextAreaAutoSizeBaseProps extends InterpolationProps{
43+
interface TextAreaAutoSizeBaseProps extends InterpolationProps {
4444
disabled: boolean
4545
readOnly: boolean
4646
}

0 commit comments

Comments
 (0)