style(#2258): fix volume button and scrubber timeline styles

keep-around/bcda002576c8f40de0c6df3c36281da631da6f49
Andrei Dekterev 4 years ago
parent 5b44e121ef
commit 090563ae7e
  1. 2
      src/features/StreamPlayer/components/ProgressBar/styled.tsx
  2. 2
      src/features/StreamPlayer/components/VolumeBar/styled.tsx

@ -26,7 +26,7 @@ export const PlayedProgress = styled.div`
height: 100%;
`
export const Scrubber = styled.button`
export const Scrubber = styled.div`
border: none;
outline: none;
position: absolute;

@ -72,7 +72,7 @@ export const VolumeProgress = styled.div<VolumeProgressProps>`
background-color: #fff;
`
export const Scrubber = styled.button<VolumeProgressProps>`
export const Scrubber = styled.div<VolumeProgressProps>`
border: none;
outline: none;
width: 13px;

Loading…
Cancel
Save