Fix: avatar border radius

This commit is contained in:
Sébastien GLATZ
2019-08-07 15:43:14 +02:00
parent 0ab872a2db
commit 62e8f483c9
+2 -2
View File
@@ -67,8 +67,8 @@ const styles = theme => ({
menuAvatar: {
width: '2.5em',
borderRadius: '50%',
paddingTop: theme.spacing(2),
paddingLeft: theme.spacing(2),
marginTop: theme.spacing(2),
marginLeft: theme.spacing(2),
},
menuUserName: {
color: theme.palette.menu.emailText,