Make AppBar back to original height

This commit is contained in:
Deluan 2020-11-13 10:13:46 -05:00 committed by Joe Stump
parent ab8933d430
commit cf3c7f2710
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -18,9 +18,6 @@ import AccountCircle from '@material-ui/icons/AccountCircle'
const useStyles = makeStyles((theme) => ({
user: {},
userButton: {
textTransform: 'none',
},
avatar: {
width: theme.spacing(4),
height: theme.spacing(4),
@ -59,6 +56,7 @@ const UserMenu = (props) => {
aria-haspopup={true}
color="inherit"
onClick={handleMenu}
size={'small'}
>
{loaded && identity.avatar ? (
<Avatar