From c6ed0b6f8a0d88e8d1bd7700298b2a4438658d7a Mon Sep 17 00:00:00 2001 From: Farber Denis Date: Fri, 16 Sep 2022 10:00:39 +0300 Subject: [PATCH] style(#ott2821): min style fixes --- .../components/FiltersPopup/index.tsx | 139 +++++++++--------- .../components/FiltersPopup/styled.tsx | 15 +- .../components/TabEvents/styled.tsx | 10 +- 3 files changed, 88 insertions(+), 76 deletions(-) diff --git a/src/features/MatchSidePlaylists/components/FiltersPopup/index.tsx b/src/features/MatchSidePlaylists/components/FiltersPopup/index.tsx index 2e92ec24..e5106500 100644 --- a/src/features/MatchSidePlaylists/components/FiltersPopup/index.tsx +++ b/src/features/MatchSidePlaylists/components/FiltersPopup/index.tsx @@ -20,6 +20,7 @@ import { ItemText, MainCheckboxContainer, PopupContainer, + PopupInner, PopupHeader, Button, ButtonConatiner, @@ -67,74 +68,76 @@ export const FiltersPopup = () => { return ( - - - - - - - - - - - - - - {map(uniqEvents, ((event) => ( - - - - )))} - - - - - - - - {map(matchPlaylists.players.team1, ((player) => ( - - )} - /> - - )))} - - - - - - - - {map(matchPlaylists.players.team2, ((player) => ( - - )} - /> - - )))} - - + + + + + + + + + + + + + + + {map(uniqEvents, ((event) => ( + + + + )))} + + + + + + + + {map(matchPlaylists.players.team1, ((player) => ( + + )} + /> + + )))} + + + + + + + + {map(matchPlaylists.players.team2, ((player) => ( + + )} + /> + + )))} + + +