Skip to content

Commit

Permalink
style(text-area): 여백 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
sungik-choi committed Apr 29, 2022
1 parent bbb34a7 commit 1cc1ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Forms/Inputs/TextArea/TextArea.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const Wrapper = styled.div<WrapperProps>`
${({ interpolation }) => interpolation}
`

interface TextAreaAutoSizeBaseProps extends InterpolationProps{
interface TextAreaAutoSizeBaseProps extends InterpolationProps {
disabled: boolean
readOnly: boolean
}
Expand Down

0 comments on commit 1cc1ba0

Please sign in to comment.