Fix slider styles to account for transparent thumb (#85)
This commit is contained in:
parent
5e90139b17
commit
c593b7bc46
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ export const PlayerbarSlider = ({ ...props }: SliderProps) => {
|
|||
track: {
|
||||
'&::before': {
|
||||
backgroundColor: 'var(--playerbar-slider-track-bg)',
|
||||
right: 'calc(0.1rem * -1)',
|
||||
},
|
||||
},
|
||||
}}
|
||||
|
|
Reference in a new issue