fix(Avatar): fix transparent server icons showing backgrounds

This commit is contained in:
41666 2021-07-09 07:07:53 -05:00
parent 57f58d7333
commit 1cd5cd7378

View file

@ -15,6 +15,7 @@ export const Avatar = (props: AvatarProps) => (
{props.src && props.hash && (
<Image
style={{
backgroundColor: 'inherit',
backgroundImage: `url(${props.src})`,
}}
/>