width on scurrber

This commit is contained in:
Violet Caulfield
2025-02-22 19:57:00 -06:00
parent 15c95ab9a5
commit 19e8eaf990

View File

@@ -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) => {