fix: page

This commit is contained in:
2025-11-04 14:25:56 +01:00
parent af47934477
commit 600aeb5a6a
3 changed files with 19 additions and 12 deletions
+3
View File
@@ -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 ? (