From ee4f2fb99cc4f727a4c06001cf884dae53bc500f Mon Sep 17 00:00:00 2001 From: Aakash Singh Date: Wed, 30 Oct 2024 14:24:06 +0530 Subject: [PATCH] Fix avatars with initials in webkit (#8947) --- src/components/Common/Avatar.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Common/Avatar.tsx b/src/components/Common/Avatar.tsx index 1d20c3ad18f..7a7ded17265 100644 --- a/src/components/Common/Avatar.tsx +++ b/src/components/Common/Avatar.tsx @@ -78,6 +78,7 @@ const Avatar: React.FC = ({ xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100" + className="aspect-square h-full w-full object-cover" >