fix: page
This commit is contained in:
@@ -38,6 +38,7 @@ export default ({
|
||||
shareBtn = false,
|
||||
connect = false,
|
||||
blurIntensity = 0,
|
||||
backgroundColor = "#000",
|
||||
}) => {
|
||||
const PageContainer =
|
||||
containerType === "SAFE_AREA_VIEW" ? SafeAreaView : View;
|
||||
@@ -65,6 +66,8 @@ export default ({
|
||||
flex: 1,
|
||||
minHeight: isWeb ? "100svh" : "100%",
|
||||
position: "relative",
|
||||
paddingHorizontal: isWeb ? gutters : 0,
|
||||
backgroundColor: backgroundColor,
|
||||
}}
|
||||
>
|
||||
{backgroundImg ? (
|
||||
|
||||
Reference in New Issue
Block a user