From 36c0a6b3e7ac72e4e787d5def6b0cc03eae7db6c Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sat, 10 Oct 2020 14:10:49 +0300 Subject: fix: remove redundant code --- src/lib/ContentSection/ContentSection.tsx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/lib/ContentSection') diff --git a/src/lib/ContentSection/ContentSection.tsx b/src/lib/ContentSection/ContentSection.tsx index 28b1ad5..3432bd5 100644 --- a/src/lib/ContentSection/ContentSection.tsx +++ b/src/lib/ContentSection/ContentSection.tsx @@ -16,10 +16,6 @@ const useStyles = makeStyles(theme => ({ content: { padding: theme.spacing(2, 2, 1, 3), marginBottom: theme.spacing(1), - - '& .MuiButton-root': { - margin: theme.spacing(1, 2, 2, 0), - }, }, })); -- cgit v1.2.3