aboutsummaryrefslogtreecommitdiff
path: root/src/lib/components/ContentSection
diff options
context:
space:
mode:
authorEug-VS <eug-vs@keemail.me>2020-01-27 12:19:48 +0300
committerEug-VS <eug-vs@keemail.me>2020-01-27 12:19:48 +0300
commit8a75fef7a7b68f82b745f7d73cbafdfb1f444825 (patch)
treeded64ccb0a41ac6907a96519a420dffbb9994b15 /src/lib/components/ContentSection
parenta82bd36a02e2396817d64c466f001dcd84734bf1 (diff)
downloadreact-benzin-8a75fef7a7b68f82b745f7d73cbafdfb1f444825.tar.gz
feat: update components
Diffstat (limited to 'src/lib/components/ContentSection')
-rw-r--r--src/lib/components/ContentSection/ContentSection.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/components/ContentSection/ContentSection.js b/src/lib/components/ContentSection/ContentSection.js
index 5108ce0..461a9c2 100644
--- a/src/lib/components/ContentSection/ContentSection.js
+++ b/src/lib/components/ContentSection/ContentSection.js
@@ -12,13 +12,8 @@ const useStyles = makeStyles(theme => ({
padding: theme.spacing(0, 2, 1, 2),
marginBottom: theme.spacing(1),
- '& a': {
- color: theme.palette.secondary.light,
- },
'& .MuiButton-root': {
- color: theme.palette.background.paper,
margin: theme.spacing(1, 2, 2, 0),
- fontWeight: 'bold',
},
},
}));