diff --git a/components/Player/helpers/scrubber.tsx b/components/Player/helpers/scrubber.tsx index 73ed593f..fbb5fb52 100644 --- a/components/Player/helpers/scrubber.tsx +++ b/components/Player/helpers/scrubber.tsx @@ -54,7 +54,7 @@ export default function Scrubber() : React.JSX.Element { ? progress.duration * ProgressMultiplier : 1 } - width={width / 1.1} + width={width / 1.2} props={{ // If user swipes off of the slider we should seek to the spot onPressOut: (event) => {