From bb5df30fca872179a4dcd41a9e1645a363937b33 Mon Sep 17 00:00:00 2001 From: Rohan-cp Date: Thu, 11 Apr 2024 22:54:27 -0400 Subject: [PATCH] fix aspect ratio for NewToken notifications (#2424) --- .../web/src/components/Notifications/notifications/NewTokens.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/src/components/Notifications/notifications/NewTokens.tsx b/apps/web/src/components/Notifications/notifications/NewTokens.tsx index 4e753f4f94..dbbe62951d 100644 --- a/apps/web/src/components/Notifications/notifications/NewTokens.tsx +++ b/apps/web/src/components/Notifications/notifications/NewTokens.tsx @@ -144,6 +144,7 @@ export const StyledPostPreview = styled.img<{ stacked?: boolean; count: number } height: 56px; width: 56px; background: ${colors.offWhite}; + object-fit: cover; ${({ count }) => count > 1 &&