Remove unneeded wrapper to fix Close positioning
This commit is contained in:
@@ -125,15 +125,7 @@ export function Outer({
|
|||||||
},
|
},
|
||||||
]}>
|
]}>
|
||||||
<Backdrop />
|
<Backdrop />
|
||||||
<View
|
{children}
|
||||||
style={[
|
|
||||||
a.w_full,
|
|
||||||
a.z_20,
|
|
||||||
a.align_center,
|
|
||||||
web({minHeight: '60vh'}),
|
|
||||||
]}>
|
|
||||||
{children}
|
|
||||||
</View>
|
|
||||||
</View>
|
</View>
|
||||||
</TouchableWithoutFeedback>
|
</TouchableWithoutFeedback>
|
||||||
</Context.Provider>
|
</Context.Provider>
|
||||||
|
|||||||
Reference in New Issue
Block a user