From b97ad5cd09f4b06bd9ecde9384255606912d03d8 Mon Sep 17 00:00:00 2001 From: Kevin Wu Date: Tue, 30 Jul 2024 00:15:54 -0700 Subject: [PATCH] style: finish cleaning --- src/components/EditContactInformation.jsx | 48 +++++++++-------------- src/components/ReferenceGuide.jsx | 6 +-- 2 files changed, 21 insertions(+), 33 deletions(-) diff --git a/src/components/EditContactInformation.jsx b/src/components/EditContactInformation.jsx index 24ed493..c429767 100644 --- a/src/components/EditContactInformation.jsx +++ b/src/components/EditContactInformation.jsx @@ -7,7 +7,6 @@ import { Flex, VStack, Box, - Spacer, Card, HStack, Tabs, @@ -22,6 +21,13 @@ import { useBackend } from '../contexts/BackendContext'; import { useAuth } from '../contexts/AuthContext'; import ReferenceGuide from '../components/ReferenceGuide.jsx'; +const formLabelStyles = { + minWidth: '150px', + fontSize: '16px', + fontWeight: 'bold', + alignItems: 'center', +}; + const EditContactInformation = () => { const { backend } = useBackend(); const { currentUser } = useAuth(); @@ -185,8 +191,6 @@ const EditContactInformation = () => { Settings - - @@ -197,12 +201,10 @@ const EditContactInformation = () => { - - + + - - BUSINESS NAME - + BUSINESS NAME { /> - - NAME - + NAME { /> - - EMAIL - + EMAIL { /> - - WEBSITE - + WEBSITE { /> - - LOCATION - + LOCATION { /> - - CITY - + CITY { /> - - PHONE - + PHONE { /> - - BUSINESS HOURS - + BUSINESS HOURS { - + diff --git a/src/components/ReferenceGuide.jsx b/src/components/ReferenceGuide.jsx index a5e04c9..180f351 100644 --- a/src/components/ReferenceGuide.jsx +++ b/src/components/ReferenceGuide.jsx @@ -38,9 +38,9 @@ const ReferenceGuide = () => { return ( - - Refer to the following if you have any questions, otherwise contact us at - + + Refer to the following if you have any questions, otherwise contact us at  + info@petsofthehomeless.org