From 988fd07cf1a1e2adfa7f1a49199ec28a2a1c50e7 Mon Sep 17 00:00:00 2001 From: dominik-zeglen Date: Wed, 19 Aug 2020 11:00:10 +0200 Subject: [PATCH] Fix user avatar if no image has been set --- src/staff/components/StaffProperties/StaffProperties.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/staff/components/StaffProperties/StaffProperties.tsx b/src/staff/components/StaffProperties/StaffProperties.tsx index 1fa153f4d..1a2b10f63 100644 --- a/src/staff/components/StaffProperties/StaffProperties.tsx +++ b/src/staff/components/StaffProperties/StaffProperties.tsx @@ -35,7 +35,7 @@ const useStyles = makeStyles( width: 120 }, avatarDefault: { - "& p": { + "& div": { color: "#fff", fontSize: 35, fontWeight: "bold",