From efff7ed104b864c0d9c6fd9b3571107643b8464b Mon Sep 17 00:00:00 2001 From: mbalsdon Date: Wed, 30 Mar 2022 10:02:03 -0700 Subject: [PATCH] fix spacing, minor color tweaks --- .../contacts-components/body-components/LowerBody.tsx | 4 +++- .../contacts-components/body-components/UpperBody.tsx | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/components/contacts/contacts-components/body-components/LowerBody.tsx b/src/components/contacts/contacts-components/body-components/LowerBody.tsx index fa929d4..76f7632 100644 --- a/src/components/contacts/contacts-components/body-components/LowerBody.tsx +++ b/src/components/contacts/contacts-components/body-components/LowerBody.tsx @@ -31,7 +31,7 @@ const LowerBody: React.FC = (props) => { }} > @@ -56,6 +56,8 @@ const LowerBody: React.FC = (props) => { px: "10px", borderTop: 1, borderBottom: i === meetings.length - 1 ? 1 : 0, + borderColor: "#af000d", + backgroundColor: "#fff5f5" }} key={i} > diff --git a/src/components/contacts/contacts-components/body-components/UpperBody.tsx b/src/components/contacts/contacts-components/body-components/UpperBody.tsx index 8f1af91..43cd33a 100644 --- a/src/components/contacts/contacts-components/body-components/UpperBody.tsx +++ b/src/components/contacts/contacts-components/body-components/UpperBody.tsx @@ -82,10 +82,10 @@ const UpperBody: React.FC = ({ contactInfo }) => { mx: 4, }} > - {contactInfo.name} + {contactInfo.name} {!favoritesUuids.includes(contactInfo.uuid) ? ( ) : (