From 19e8eaf990f5f7fd9c8ab9fce13705dc09421d46 Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Sat, 22 Feb 2025 19:57:00 -0600 Subject: [PATCH] width on scurrber --- components/Player/helpers/scrubber.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => {