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 &&