Fix avatars in permission group member liistt
This commit is contained in:
parent
b9d4129a07
commit
6d5866a81b
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue