aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-10-10 14:10:49 +0300
committereug-vs <eug-vs@keemail.me>2020-10-10 14:10:49 +0300
commit36c0a6b3e7ac72e4e787d5def6b0cc03eae7db6c (patch)
treea8c2b1daf5170923f9e7ccb46f098e30d51e8a08
parent0e6cffbb2748bcebe6c53026099a0e610230a650 (diff)
downloadreact-benzin-36c0a6b3e7ac72e4e787d5def6b0cc03eae7db6c.tar.gz
fix: remove redundant code
-rw-r--r--src/lib/ContentSection/ContentSection.tsx4
1 files changed, 0 insertions, 4 deletions
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),
- },
},
}));