From b9603462a0d7e68bcbf7cc8c287f5e3e690eedc9 Mon Sep 17 00:00:00 2001 From: RoyceDa Date: Thu, 26 Feb 2026 12:40:19 +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=BF=D0=BE=D0=B4=20=D0=BF=D1=80=D0=BE=D0=B7=D1=80?= =?UTF-8?q?=D0=B0=D1=87=D0=BD=D1=8B=D0=B5=20=D0=B0=D0=B2=D0=B0=D1=82=D0=B0?= =?UTF-8?q?=D1=80=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/MentionList/MentionRow.tsx | 1 + app/components/UserRow/UserRow.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/app/components/MentionList/MentionRow.tsx b/app/components/MentionList/MentionRow.tsx index 742be56..922dbf7 100644 --- a/app/components/MentionList/MentionRow.tsx +++ b/app/components/MentionList/MentionRow.tsx @@ -22,6 +22,7 @@ export function MentionRow(props : MentionRowProps) { name={props.title} variant="light" color="initials" + bg={avatars.length > 0 ? '#fff' : undefined} src={avatars.length > 0 ? avatars[0].avatar : null} >} diff --git a/app/components/UserRow/UserRow.tsx b/app/components/UserRow/UserRow.tsx index dec80b8..585679b 100644 --- a/app/components/UserRow/UserRow.tsx +++ b/app/components/UserRow/UserRow.tsx @@ -40,6 +40,7 @@ export function UserRow(props: UserRowProps) { radius="xl" name={userInfo.title} color={'initials'} + bg={avatars.length > 0 ? '#fff' : undefined} src={avatars.length > 0 ? avatars[0].avatar : undefined} />