From 56669f705a790f5012effee3645d637eb7200818 Mon Sep 17 00:00:00 2001 From: Chintan Mehta <22376522+chinmehta@users.noreply.github.com> Date: Tue, 14 Nov 2023 14:11:32 +0000 Subject: [PATCH] section padding update (#288) --- .../src/evidence/OTValidation/Body.jsx | 64 +++++++++---------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/packages/sections/src/evidence/OTValidation/Body.jsx b/packages/sections/src/evidence/OTValidation/Body.jsx index a59333341..18bf92592 100644 --- a/packages/sections/src/evidence/OTValidation/Body.jsx +++ b/packages/sections/src/evidence/OTValidation/Body.jsx @@ -29,15 +29,12 @@ const useStyles = makeStyles(theme => ({ paddingBottom: "1rem", borderBottom: `1px solid ${theme.palette.grey[300]}`, }, - hypotesisLegend: { - marginBottom: "1rem", - }, bold: { fontWeight: 700, }, // hypothesis status classes hsLegendChip: { - width: "32px", + width: theme.spacing(4), }, hsGreen: { backgroundColor: "#407253 !important", // same as PPP green @@ -314,35 +311,38 @@ function Body({ id, label, entity }) { {/** LEGEND */} -