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