From 370338409a989ae737a44650c05712e1497f7950 Mon Sep 17 00:00:00 2001 From: Josh Buchea Date: Wed, 23 Oct 2024 14:33:22 -1000 Subject: [PATCH] style adjustments --- src/scenes/Home/TerrawareHomeView/PlantingSiteStats.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/scenes/Home/TerrawareHomeView/PlantingSiteStats.tsx b/src/scenes/Home/TerrawareHomeView/PlantingSiteStats.tsx index 42cf79331bb..5994b727bcc 100644 --- a/src/scenes/Home/TerrawareHomeView/PlantingSiteStats.tsx +++ b/src/scenes/Home/TerrawareHomeView/PlantingSiteStats.tsx @@ -69,6 +69,7 @@ export const PlantingSiteStats = () => { sx={{ border: `1px solid ${theme.palette.TwClrBrdrTertiary}`, borderRadius: '8px', + boxShadow: 'rgba(58, 68, 69, 0.2) 0px 4px 8px', display: 'flex', flexDirection: isDesktop ? 'row' : 'column', justifyContent: 'space-evenly', @@ -115,7 +116,6 @@ export const PlantingSiteStats = () => { display: 'flex', flexDirection: 'column', alignItems: isDesktop ? 'normal' : 'center', - paddingRight: isDesktop ? '16px' : 0, }} > { - + { navigate(APP_PATHS.PLANTS_DASHBOARD);