Fix user avatar if no image has been set
This commit is contained in:
parent
daf5c4d6fb
commit
988fd07cf1
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ const useStyles = makeStyles(
|
||||||
width: 120
|
width: 120
|
||||||
},
|
},
|
||||||
avatarDefault: {
|
avatarDefault: {
|
||||||
"& p": {
|
"& div": {
|
||||||
color: "#fff",
|
color: "#fff",
|
||||||
fontSize: 35,
|
fontSize: 35,
|
||||||
fontWeight: "bold",
|
fontWeight: "bold",
|
||||||
|
|
Loading…
Reference in a new issue