diff options
author | eug-vs <eug-vs@keemail.me> | 2020-04-05 02:38:47 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-04-05 02:38:47 +0300 |
commit | 6087d49a95b6c4164068c219847efc1e70399cb5 (patch) | |
tree | d5d14d0b50aea103248cde0786a263f9f8be8342 /src/lib/ContentSection | |
parent | 208322f596240d23ff8248733f4b196c1baf8a5a (diff) | |
download | react-benzin-6087d49a95b6c4164068c219847efc1e70399cb5.tar.gz |
feat: add some paddings
Diffstat (limited to 'src/lib/ContentSection')
-rw-r--r-- | src/lib/ContentSection/ContentSection.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ContentSection/ContentSection.tsx b/src/lib/ContentSection/ContentSection.tsx index 7ff47f9..68ecbca 100644 --- a/src/lib/ContentSection/ContentSection.tsx +++ b/src/lib/ContentSection/ContentSection.tsx @@ -13,7 +13,7 @@ interface PropTypes { const useStyles = makeStyles(theme => ({ content: { - padding: theme.spacing(0, 2, 1, 2), + padding: theme.spacing(1, 2, 1, 3), marginBottom: theme.spacing(1), '& .MuiButton-root': { |