mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-20 17:59:48 -06:00
width on scurrber
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user