From 214722c2fad7a35615565a107ab250eda1e4c288 Mon Sep 17 00:00:00 2001 From: mlfaa Date: Wed, 29 Dec 2021 14:14:55 -0300 Subject: [PATCH] #245- Adjusting padding top in TotalsGrid component --- src/components/TotalsGrid/style.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TotalsGrid/style.js b/src/components/TotalsGrid/style.js index 0ea0764d..fbe5b8d5 100644 --- a/src/components/TotalsGrid/style.js +++ b/src/components/TotalsGrid/style.js @@ -15,7 +15,7 @@ export const useStyles = makeStyles((theme) => ({ text: { color: theme.palette.white.main, alignItems: 'center', - padding: '16px 16px 0px 16px', + padding: '4px 16px 0px 16px', }, info: { color: '#FFF',