From 1cc1ba038261a06b0ad13b13558b296eed9b88c9 Mon Sep 17 00:00:00 2001 From: Ed Sungik Choi Date: Fri, 29 Apr 2022 17:52:55 +0900 Subject: [PATCH] =?UTF-8?q?style(text-area):=20=EC=97=AC=EB=B0=B1=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Forms/Inputs/TextArea/TextArea.styled.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Forms/Inputs/TextArea/TextArea.styled.ts b/src/components/Forms/Inputs/TextArea/TextArea.styled.ts index 73062c6ae1..609126f705 100644 --- a/src/components/Forms/Inputs/TextArea/TextArea.styled.ts +++ b/src/components/Forms/Inputs/TextArea/TextArea.styled.ts @@ -40,7 +40,7 @@ const Wrapper = styled.div` ${({ interpolation }) => interpolation} ` -interface TextAreaAutoSizeBaseProps extends InterpolationProps{ +interface TextAreaAutoSizeBaseProps extends InterpolationProps { disabled: boolean readOnly: boolean }