diff --git a/src/features/MatchPopup/components/PlayersList/styled.tsx b/src/features/MatchPopup/components/PlayersList/styled.tsx index 40261ed4..3a0c8b86 100644 --- a/src/features/MatchPopup/components/PlayersList/styled.tsx +++ b/src/features/MatchPopup/components/PlayersList/styled.tsx @@ -82,8 +82,8 @@ export const Logo = styled(ProfileLogo)` border-radius: 50%; background-color: ${({ team }) => ( team === Teams.TEAM1 - ? '#EB5757' - : '#2F80ED' + ? '#222222' + : '#FFFFFF' )}; @media ${devices.mobile} {