diff --git a/apps/expo/src/components/player/VideoSlider.tsx b/apps/expo/src/components/player/VideoSlider.tsx index d7c0c57..abd3ccd 100644 --- a/apps/expo/src/components/player/VideoSlider.tsx +++ b/apps/expo/src/components/player/VideoSlider.tsx @@ -33,7 +33,7 @@ interface VideoSliderProps { const VideoSlider = ({ onSlidingComplete }: VideoSliderProps) => { const status = usePlayerStore((state) => state.status); - const width = Dimensions.get("screen").width - 160; + const width = Dimensions.get("screen").width - 200; const knobSize_ = 20; const trackSize_ = 8; const minimumValue = 0; @@ -124,9 +124,10 @@ const VideoSlider = ({ onSlidingComplete }: VideoSliderProps) => { ]} >