We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e214d9a commit 446c791Copy full SHA for 446c791
client/src/Components/v2/design-elements/Avatar.tsx
@@ -31,6 +31,7 @@ export const Avatar = ({ src, small, sx, onClick = () => {} }: AvatarProps) => {
31
alt={`${user?.firstName} ${user?.lastName}`}
32
src={src ? src : user?.avatarImage ? image : undefined}
33
sx={{
34
+ color: theme.palette.primary.contrastText,
35
fontSize: small ? "16px" : "22px",
36
fontWeight: 400,
37
backgroundColor: theme.palette.primary.main,
0 commit comments