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

keep-around/f88e3c1d2cd98dcfead87afcf2e85e5ac0fd2169
Andrei Dekterev 4 years ago
parent 439ebd0791
commit f88e3c1d2c
  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