mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 12:13:25 +00:00
adjust width
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user