diff --git a/ui/src/layout/UserMenu.js b/ui/src/layout/UserMenu.js index 49fe0c1b1..b34390533 100644 --- a/ui/src/layout/UserMenu.js +++ b/ui/src/layout/UserMenu.js @@ -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 ? (