fix(984): player images height (#347)

keep-around/af30b88d367751c9e05a735e4a0467a96238ef47
Mirlan 5 years ago committed by GitHub
parent 28554674eb
commit e562e8d5cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/features/MatchPopup/components/PlayersList/styled.tsx

@ -77,6 +77,8 @@ type LogoProps = {
export const Logo = styled(ProfileLogo)<LogoProps>`
width: 100%;
height: 100%;
object-fit: contain;
border-radius: 50%;
background-color: ${({ team }) => (
team === Teams.TEAM1

Loading…
Cancel
Save