Remove unneeded wrapper to fix Close positioning

This commit is contained in:
Eric Bailey
2025-02-25 09:42:30 -06:00
parent 5d865b9f23
commit 29478e0b40
+1 -9
View File
@@ -125,15 +125,7 @@ export function Outer({
},
]}>
<Backdrop />
<View
style={[
a.w_full,
a.z_20,
a.align_center,
web({minHeight: '60vh'}),
]}>
{children}
</View>
{children}
</View>
</TouchableWithoutFeedback>
</Context.Provider>