diff --git a/apps/expo/src/components/player/VideoSlider.tsx b/apps/expo/src/components/player/VideoSlider.tsx index 7f6be7c..d7c0c57 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 - 140; + const width = Dimensions.get("screen").width - 160; const knobSize_ = 20; const trackSize_ = 8; const minimumValue = 0;