fix(#177): fix color for audiotrack name

keep-around/da50a761ef08e41f8dc8be1ecd03e7eff2d2d56e
Andrei Dekterev 3 years ago
parent b9b11d394f
commit 7d46c0be53
  1. 2
      src/features/AudioTracks/styled.tsx

@ -10,7 +10,7 @@ export const SelectedAudioTrack = styled(ButtonBase)`
width: 200px; width: 200px;
height: 100%; height: 100%;
font-size: 16px; font-size: 16px;
color: rgba(255, 255, 255, 0.7); color: #FFFFFF;
font-weight: 600; font-weight: 600;
display: flex; display: flex;
justify-content: center; justify-content: center;

Loading…
Cancel
Save