diff --git a/app/components/MessageAttachments/MessageAvatar.tsx b/app/components/MessageAttachments/MessageAvatar.tsx index 561cb21..53d19aa 100644 --- a/app/components/MessageAttachments/MessageAvatar.tsx +++ b/app/components/MessageAttachments/MessageAvatar.tsx @@ -78,7 +78,8 @@ export function MessageAvatar(props: AttachmentProps) { height: 60, width: 60, borderRadius: '50%', - objectFit: 'cover' + objectFit: 'cover', + background: '#fff' }} src={blob}>)} {downloadStatus != DownloadStatus.DOWNLOADED && downloadStatus != DownloadStatus.PENDING && preview.length >= 20 && ( <>