diff --git a/public/images/score-switch-lff-off.svg b/public/images/score-switch-lff-off.svg index fc638032..e26b22be 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 de204061..c5643a62 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 002ec11d..6b9d1c5f 100644 --- a/src/features/MatchSwitches/components/ScoreSwitch/index.tsx +++ b/src/features/MatchSwitches/components/ScoreSwitch/index.tsx @@ -2,6 +2,7 @@ import { isMobileDevice } from 'config/userAgent' import { useMatchSwitchesStore } from 'features/MatchSwitches' import { getSwitchScoreIconName } from 'helpers/getSwitchScoreIconName' +import { client } from 'config/clients' import { Switch, Title, @@ -23,6 +24,8 @@ export const ScoreSwitch = () => { diff --git a/src/features/Menu/styled.tsx b/src/features/Menu/styled.tsx index 7a26f647..13dfc1cd 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.8; + opacity: 0.7; ${isMobileDevice ? css` height: 14px;