From e562e8d5cd12686a97acbd95c248048834bbeea1 Mon Sep 17 00:00:00 2001 From: Mirlan Date: Wed, 31 Mar 2021 14:49:23 +0600 Subject: [PATCH] fix(984): player images height (#347) --- src/features/MatchPopup/components/PlayersList/styled.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/features/MatchPopup/components/PlayersList/styled.tsx b/src/features/MatchPopup/components/PlayersList/styled.tsx index f9de59d8..41f7285b 100644 --- a/src/features/MatchPopup/components/PlayersList/styled.tsx +++ b/src/features/MatchPopup/components/PlayersList/styled.tsx @@ -77,6 +77,8 @@ type LogoProps = { export const Logo = styled(ProfileLogo)` width: 100%; + height: 100%; + object-fit: contain; border-radius: 50%; background-color: ${({ team }) => ( team === Teams.TEAM1