From 8b16c4ce0f571888525cf99243d24096a2835d23 Mon Sep 17 00:00:00 2001 From: RoyceDa Date: Thu, 26 Feb 2026 20:55:55 +0200 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=B4=D0=BB=D0=BE=D0=B6=D0=BA?= =?UTF-8?q?=D0=B0=20=D0=BA=20=D0=B2=D0=BB=D0=BE=D0=B6=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D1=8E=20=D0=B0=D0=B2=D0=B0=D1=82=D0=B0=D1=80=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/MessageAttachments/MessageAvatar.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 && ( <>