chore: actually use the background

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-03-12 14:33:05 +01:00
parent b7b0466df7
commit 4c15101568
@@ -29,6 +29,8 @@ const useStyles = makeStyles(
width: '4rem',
height: '4rem',
color: theme.palette.common.white,
backgroundColor: (props: { backgroundColor?: string }) =>
props.backgroundColor,
},
avatarText: {
fontWeight: theme.typography.fontWeightBold,