diff --git a/src/config/lexics/indexLexics.tsx b/src/config/lexics/indexLexics.tsx index 1aef1460..0ea341ab 100644 --- a/src/config/lexics/indexLexics.tsx +++ b/src/config/lexics/indexLexics.tsx @@ -5,10 +5,6 @@ const matchPopupLexics = { episode_duration: 13410, go_back_to_match: 13405, match_interviews: 13031, - match_playlist_ball_in_play: 2489, - match_playlist_full_match: 13028, - match_playlist_goals: 3559, - match_playlist_highlights: 13033, match_settings: 13490, playlist_format: 13406, playlist_format_all_actions: 13408, diff --git a/src/features/Common/Checkbox/Icon.tsx b/src/features/Common/Checkbox/Icon.tsx index 40632c80..c0dde2a0 100644 --- a/src/features/Common/Checkbox/Icon.tsx +++ b/src/features/Common/Checkbox/Icon.tsx @@ -15,7 +15,10 @@ export const svgColorStyles = css` ` export const CheckboxSvg = styled.svg` + min-width: 24px; + min-height: 24px; margin-right: 22px; + align-self: flex-start; ${svgColorStyles} ` diff --git a/src/features/MatchPage/helpers/buildChapters.tsx b/src/features/MatchPage/helpers/buildChapters.tsx index 091d7b0d..5c71354f 100644 --- a/src/features/MatchPage/helpers/buildChapters.tsx +++ b/src/features/MatchPage/helpers/buildChapters.tsx @@ -112,7 +112,7 @@ const getPlaylistChapters = (videos: Array