From 349b96179eafa5a0335602742a370d9752a90af6 Mon Sep 17 00:00:00 2001 From: Andrei Dekterev Date: Thu, 20 Oct 2022 16:56:11 +0300 Subject: [PATCH] Revert "style(#2831): change switch-icon for lff platform" This reverts commit 2fd168b18eeebc91eac94ae86d817c12edfe1576. --- public/images/score-switch-lff-off.svg | 20 +++++++++---------- public/images/score-switch-lff-on.svg | 20 +++++++++---------- .../components/ScoreSwitch/index.tsx | 3 --- src/features/Menu/styled.tsx | 2 +- 4 files changed, 21 insertions(+), 24 deletions(-) diff --git a/public/images/score-switch-lff-off.svg b/public/images/score-switch-lff-off.svg index e26b22be..fc638032 100644 --- a/public/images/score-switch-lff-off.svg +++ b/public/images/score-switch-lff-off.svg @@ -1,22 +1,22 @@ - - - - + + + + - + - + - - + + - - + + diff --git a/public/images/score-switch-lff-on.svg b/public/images/score-switch-lff-on.svg index c5643a62..de204061 100644 --- a/public/images/score-switch-lff-on.svg +++ b/public/images/score-switch-lff-on.svg @@ -1,22 +1,22 @@ - - - - + + + + - + - + - - + + - - + + diff --git a/src/features/MatchSwitches/components/ScoreSwitch/index.tsx b/src/features/MatchSwitches/components/ScoreSwitch/index.tsx index 6b9d1c5f..002ec11d 100644 --- a/src/features/MatchSwitches/components/ScoreSwitch/index.tsx +++ b/src/features/MatchSwitches/components/ScoreSwitch/index.tsx @@ -2,7 +2,6 @@ import { isMobileDevice } from 'config/userAgent' import { useMatchSwitchesStore } from 'features/MatchSwitches' import { getSwitchScoreIconName } from 'helpers/getSwitchScoreIconName' -import { client } from 'config/clients' import { Switch, Title, @@ -24,8 +23,6 @@ export const ScoreSwitch = () => { diff --git a/src/features/Menu/styled.tsx b/src/features/Menu/styled.tsx index 13dfc1cd..7a26f647 100644 --- a/src/features/Menu/styled.tsx +++ b/src/features/Menu/styled.tsx @@ -47,7 +47,7 @@ export const Icon = styled.div` background-repeat: no-repeat; background-position: center; background-size: ${({ size }) => size}; - opacity: 0.7; + opacity: 0.8; ${isMobileDevice ? css` height: 14px;