diff options
author | Eug-VS <eug-vs@keemail.me> | 2020-01-27 12:19:48 +0300 |
---|---|---|
committer | Eug-VS <eug-vs@keemail.me> | 2020-01-27 12:19:48 +0300 |
commit | 8a75fef7a7b68f82b745f7d73cbafdfb1f444825 (patch) | |
tree | ded64ccb0a41ac6907a96519a420dffbb9994b15 /src/lib/components/ContentSection | |
parent | a82bd36a02e2396817d64c466f001dcd84734bf1 (diff) | |
download | react-benzin-8a75fef7a7b68f82b745f7d73cbafdfb1f444825.tar.gz |
feat: update components
Diffstat (limited to 'src/lib/components/ContentSection')
-rw-r--r-- | src/lib/components/ContentSection/ContentSection.js | 5 |
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', }, }, })); |