This commit is contained in:
Jorrin
2024-03-22 20:39:49 +01:00
parent c1b5ceacc3
commit 3ed389aec7

View File

@@ -293,9 +293,7 @@ function GestureOverlay(props: {
return ( return (
<View <View
position="absolute" position="absolute"
// left={props.type === "brightness" ? "$7" : undefined}
left={props.type === "brightness" ? insets.left + 20 : undefined} left={props.type === "brightness" ? insets.left + 20 : undefined}
// right={props.type === "volume" ? "$7" : undefined}
right={props.type === "volume" ? insets.right + 20 : undefined} right={props.type === "volume" ? insets.right + 20 : undefined}
borderRadius="$4" borderRadius="$4"
gap={8} gap={8}