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