aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorEug-VS <eug-vs@keemail.me>2020-01-11 20:04:34 +0300
committerEug-VS <eug-vs@keemail.me>2020-01-11 20:04:34 +0300
commit02ddc8f3ed6858521480a3c3928f50ff40f34501 (patch)
tree52d9ed3e7bbcdb6e8f13b2eed5fa21f3e6647db5 /src/components
parent7211ac852ea3620755d37b2e3a8345540069ee0c (diff)
downloadchrono-cube-ui-02ddc8f3ed6858521480a3c3928f50ff40f34501.tar.gz
Edit description on Timer page, add 'Lean More'
Diffstat (limited to 'src/components')
-rw-r--r--src/components/ContentSection/ContentSection.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ContentSection/ContentSection.js b/src/components/ContentSection/ContentSection.js
index fc431f3..918c400 100644
--- a/src/components/ContentSection/ContentSection.js
+++ b/src/components/ContentSection/ContentSection.js
@@ -17,7 +17,7 @@ const useStyles = makeStyles(theme => ({
},
'& .MuiButton-root': {
color: theme.palette.background.paper,
- margin: theme.spacing(2, 2, 2, 0),
+ margin: theme.spacing(1, 2, 2, 0),
fontWeight: 'bold',
},
},