fix(ui): UI issues & styling coherence (#4910)

* fix: ui issues and styles

* fix linter
This commit is contained in:
Boris Rorsvort
2026-01-20 18:45:33 +01:00
committed by GitHub
parent 37aa54fe06
commit 6c7f8314e2
3 changed files with 25 additions and 13 deletions
+4 -2
View File
@@ -28,6 +28,9 @@ import { useDispatch } from 'react-redux'
const useStyles = makeStyles((theme) => ({
user: {},
button: {
color: 'inherit',
},
avatar: {
width: theme.spacing(4),
height: theme.spacing(4),
@@ -72,12 +75,11 @@ const UserMenu = (props) => {
<div className={classes.user}>
<Tooltip title={label && translate(label, { _: label })}>
<IconButton
className={classes.button}
aria-label={label && translate(label, { _: label })}
aria-owns={open ? 'menu-appbar' : null}
aria-haspopup={true}
color="inherit"
onClick={handleMenu}
size={'small'}
>
{loaded && identity.avatar ? (
<Avatar