aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ContentSection/ContentSection.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ContentSection/ContentSection.tsx')
-rw-r--r--src/lib/ContentSection/ContentSection.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ContentSection/ContentSection.tsx b/src/lib/ContentSection/ContentSection.tsx
index 7ff47f9..68ecbca 100644
--- a/src/lib/ContentSection/ContentSection.tsx
+++ b/src/lib/ContentSection/ContentSection.tsx
@@ -13,7 +13,7 @@ interface PropTypes {
const useStyles = makeStyles(theme => ({
content: {
- padding: theme.spacing(0, 2, 1, 2),
+ padding: theme.spacing(1, 2, 1, 3),
marginBottom: theme.spacing(1),
'& .MuiButton-root': {