From ce40b4240d7d23d4a6817dea1a6bc45546419718 Mon Sep 17 00:00:00 2001 From: Blaster4385 Date: Thu, 25 Aug 2022 22:57:19 +0530 Subject: Kaand number 2 --- client/src/pages/Update/Address/Address.jsx | 11 ++++++----- client/src/pages/Update/Address/Address.module.css | 4 ++++ 2 files changed, 10 insertions(+), 5 deletions(-) (limited to 'client/src/pages/Update/Address') diff --git a/client/src/pages/Update/Address/Address.jsx b/client/src/pages/Update/Address/Address.jsx index 39d3f13..ad0c023 100644 --- a/client/src/pages/Update/Address/Address.jsx +++ b/client/src/pages/Update/Address/Address.jsx @@ -29,11 +29,12 @@ const Address = () => { const customStyles = { control: (base) => ({ ...base, - width: '330px', - height: '60px', + width: '500px', + height: '80px', margin: '10px 0px', border: '3px solid', - borderRadius: '10px !important' + borderRadius: '10px !important', + fontSize: '1.5rem' }), input: (base) => ({ ...base, @@ -106,7 +107,7 @@ const Address = () => { placeholder={t('ENTER_YOUR_VILLAGE_TOWN')} />
- +