Fix avatars in permission group member liistt

This commit is contained in:
dominik-zeglen 2020-08-11 14:30:59 +02:00
parent b9d4129a07
commit 6d5866a81b

View file

@ -52,8 +52,8 @@ const useStyles = makeStyles(
width: 47 width: 47
}, },
avatarDefault: { avatarDefault: {
"& p": { "& div": {
color: "#fff", color: theme.palette.primary.contrastText,
lineHeight: "47px" lineHeight: "47px"
}, },
background: theme.palette.primary.main, background: theme.palette.primary.main,