mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
woops
This commit is contained in:
@@ -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}
|
||||||
|
Reference in New Issue
Block a user