From 04db8261e53e5d5198b2984d8a27d5e6db450bac Mon Sep 17 00:00:00 2001 From: martapanc Date: Sun, 18 Feb 2024 12:14:25 +0100 Subject: [PATCH] feat: adjust form spacing --- src/components/molecules/ContactForm/ContactForm.tsx | 3 ++- src/components/molecules/ContactForm/Input.tsx | 2 +- src/components/molecules/ContactForm/Select.tsx | 2 +- src/components/molecules/ContactForm/TextArea.tsx | 7 ++++--- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/components/molecules/ContactForm/ContactForm.tsx b/src/components/molecules/ContactForm/ContactForm.tsx index 97476cb..c7149c1 100644 --- a/src/components/molecules/ContactForm/ContactForm.tsx +++ b/src/components/molecules/ContactForm/ContactForm.tsx @@ -172,9 +172,10 @@ const ContactForm = () => { id='message' label={t('contacts.fields.message.label')} placeholder={t('contacts.fields.message.placeholder')} + rows={6} /> -
+
+