mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 14:43:25 +00:00
woops
This commit is contained in:
@@ -293,9 +293,7 @@ function GestureOverlay(props: {
|
||||
return (
|
||||
<View
|
||||
position="absolute"
|
||||
// left={props.type === "brightness" ? "$7" : undefined}
|
||||
left={props.type === "brightness" ? insets.left + 20 : undefined}
|
||||
// right={props.type === "volume" ? "$7" : undefined}
|
||||
right={props.type === "volume" ? insets.right + 20 : undefined}
|
||||
borderRadius="$4"
|
||||
gap={8}
|
||||
|
Reference in New Issue
Block a user