From 6164b77beed291a6c595217113392b35144fac89 Mon Sep 17 00:00:00 2001 From: LandaMm Date: Wed, 4 Jun 2025 19:33:28 +0200 Subject: [PATCH] fix: avatar explicit color for icon --- web/src/feature/Avatar/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/feature/Avatar/index.tsx b/web/src/feature/Avatar/index.tsx index 04a6e30..bb9bc49 100644 --- a/web/src/feature/Avatar/index.tsx +++ b/web/src/feature/Avatar/index.tsx @@ -27,7 +27,7 @@ const Avatar: FC = ({ iconSize = 32, className, avatarId }) => { alt="profile" /> ) : ( - + )} );