adjust width

This commit is contained in:
Jorrin
2024-02-14 14:41:32 +01:00
parent 88a3ea6f5d
commit 91d85deccb

View File

@@ -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;