From 70af0762488a8bf14b1894cb31ca09a11672d6d4 Mon Sep 17 00:00:00 2001 From: RoyceDa Date: Wed, 1 Apr 2026 16:31:27 +0200 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D1=86=D0=B2=D0=B5=D1=82=20=D0=B0=D0=B2=D0=B0?= =?UTF-8?q?=D1=82=D0=B0=D1=80=D0=BA=D0=B8=20=D0=BF=D1=80=D0=B8=20=D0=B5?= =?UTF-8?q?=D0=B5=20=D0=BE=D1=82=D1=81=D1=83=D1=82=D1=81=D1=82=D0=B2=D0=B8?= =?UTF-8?q?=D0=B8=20=D0=B2=20=D0=BF=D1=80=D0=BE=D1=84=D0=B8=D0=BB=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/ActionAvatar/ActionAvatar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/ActionAvatar/ActionAvatar.tsx b/app/components/ActionAvatar/ActionAvatar.tsx index d819f77..6f45712 100644 --- a/app/components/ActionAvatar/ActionAvatar.tsx +++ b/app/components/ActionAvatar/ActionAvatar.tsx @@ -60,7 +60,7 @@ export function ActionAvatar(props : ActionAvatarProps) { size={120} radius={120} mx="auto" - bg={'#fff'} + bg={avatars.length > 0 ? '#fff' : undefined} name={props.title.trim() || props.publicKey} color={'initials'} src={avatars.length > 0 ?