mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 14:37:06 +01:00
Fix slider styles to account for transparent thumb (#85)
This commit is contained in:
parent
5e90139b17
commit
c593b7bc46
@ -36,6 +36,7 @@ export const PlayerbarSlider = ({ ...props }: SliderProps) => {
|
||||
track: {
|
||||
'&::before': {
|
||||
backgroundColor: 'var(--playerbar-slider-track-bg)',
|
||||
right: 'calc(0.1rem * -1)',
|
||||
},
|
||||
},
|
||||
}}
|
||||
|
Loading…
Reference in New Issue
Block a user