Assign fallback to avatar color, fixing "New group" icon

This commit is contained in:
Evan Hahn
2021-10-13 19:13:13 -05:00
committed by GitHub
parent e705ba136a
commit b980d99453
2 changed files with 1 additions and 10 deletions

View File

@@ -105,13 +105,4 @@
&__spinner-container {
padding: 4px;
}
&--undefined {
background-color: $color-gray-15;
color: $color-gray-75;
&--icon {
background-color: $color-gray-75;
}
}
}

View File

@@ -73,7 +73,7 @@ export const Avatar: FunctionComponent<Props> = ({
acceptedMessageRequest,
avatarPath,
className,
color,
color = 'A200',
conversationType,
i18n,
isMe,