diff options
author | eug-vs <eug-vs@keemail.me> | 2020-08-14 04:31:15 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-08-14 04:31:15 +0300 |
commit | c30f59c85d8c57a9250635d96e3a295345c45ba7 (patch) | |
tree | 4204659469a928470808318e045e0c0da2cdb3f8 /src/containers/Profile/ProfileInfo.tsx | |
parent | 917d83bfb70d863944df62fb3ca254ba74e67e6e (diff) | |
download | which-ui-c30f59c85d8c57a9250635d96e3a295345c45ba7.tar.gz |
feat: add message to EmptyState
Diffstat (limited to 'src/containers/Profile/ProfileInfo.tsx')
-rw-r--r-- | src/containers/Profile/ProfileInfo.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/containers/Profile/ProfileInfo.tsx b/src/containers/Profile/ProfileInfo.tsx index c5c5454..c9831f3 100644 --- a/src/containers/Profile/ProfileInfo.tsx +++ b/src/containers/Profile/ProfileInfo.tsx @@ -22,7 +22,7 @@ interface PropTypes { const useStyles = makeStyles(theme => ({ root: { position: 'relative', - marginBottom: theme.spacing(2) + marginBottom: theme.spacing(4) }, avatar: { width: 150, |