be bigger dammit

This commit is contained in:
Violet Caulfield
2025-01-12 09:01:41 -06:00
parent 5feda5d349
commit 83920c497f
+3 -3
View File
@@ -73,8 +73,8 @@ export default function Player({ navigation }: { navigation : NavigationHelpers<
imageStyle={{
position: "relative",
alignSelf: "center",
width: width / 1.25,
height: width / 1.25,
width: width / 1.1,
height: width / 1.1,
borderRadius: 2
}}
/>
@@ -107,7 +107,7 @@ export default function Player({ navigation }: { navigation : NavigationHelpers<
<HorizontalSlider
value={progress!.position}
max={progress!.duration}
width={width / 1.25}
width={width / 1.1}
props={{
onValueChange: (value) => {
const position = value[0];