fix(#ott2821): min fix

keep-around/b214ac7012ef42593bee62c207888a2593bc5a38
Farber Denis 3 years ago
parent c6ed0b6f8a
commit 7109d539ac
  1. 5
      src/features/MatchSidePlaylists/components/FiltersPopup/styled.tsx

@ -196,10 +196,9 @@ export const Button = styled.button`
width: 167px;`} width: 167px;`}
` `
export const PlayerNumber = styled.span` export const PlayerNumber = styled.span`
/* color: #ADADAD; */
color: rgba(255, 255, 255, 0.7); color: rgba(255, 255, 255, 0.7);
/* letter-spacing: -0.078px; */ margin-right: 5px;
margin-right: 8px; min-width: 14px;
font-size: 11px; font-size: 11px;
line-height: 16px; line-height: 16px;
font-weight: 600; font-weight: 600;

Loading…
Cancel
Save