chore: I love vscode

This commit is contained in:
Adrian Castro
2024-02-13 12:25:16 +01:00
parent e7f0d4950a
commit 15af963aaa

View File

@@ -15,7 +15,7 @@ export const MiddleControls = () => {
return ( return (
<TouchableWithoutFeedback onPress={handleTouch}> <TouchableWithoutFeedback onPress={handleTouch}>
<View className="absolute inset-x-0 top-1/3 bottom-1/3 flex flex-row items-center justify-center gap-24"> <View className="absolute inset-x-0 bottom-1/3 top-1/3 flex flex-row items-center justify-center gap-24">
<Controls> <Controls>
<SeekButton type="backward" /> <SeekButton type="backward" />
</Controls> </Controls>