diff --git a/packages/components/form/TextArea.style.ts b/packages/components/form/TextArea.style.ts index 0d4c6ab..50360c1 100644 --- a/packages/components/form/TextArea.style.ts +++ b/packages/components/form/TextArea.style.ts @@ -34,7 +34,7 @@ export const TextAreaElement = styled.textarea` border: none; border-radius: 12px; - padding: 15px 10px; + padding: 10px 0px; resize: none; line-height: 200%;