From 57216de03d54dc55f34125d90e3965dc51c05b98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD=20=D0=9F=D0=B8=D0=BC=D0=B8=D0=BD?= =?UTF-8?q?=D0=BE=D0=B2?= <61900450+ivan-piminov@users.noreply.github.com> Date: Wed, 3 Feb 2021 13:33:39 +0300 Subject: [PATCH] style(logo (styled component)): change background color (#286) --- src/features/MatchPopup/components/PlayersList/styled.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} {