mobile: minor adjustments

This commit is contained in:
Ammar Ahmed
2026-06-08 12:33:57 +05:00
parent 3bda132057
commit b4a29757bd
2 changed files with 5 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ export const Loading = (props: {
backgroundColor: colors.primary.background,
justifyContent: "center",
alignItems: "center",
paddingHorizontal: 16,
paddingHorizontal: Spacing.LEVEL_3,
...props.style
}}
>

View File

@@ -325,7 +325,7 @@ const PayWall = (props: NavigationProps<"PayWall">) => {
flexDirection: "row",
gap: Spacing.LEVEL_1,
alignSelf: "center",
marginBottom: Spacing.LEVEL_4
marginBottom: Spacing.LEVEL_3
}}
>
<Button
@@ -394,6 +394,7 @@ const PayWall = (props: NavigationProps<"PayWall">) => {
contentContainerStyle={{
gap: Spacing.LEVEL_3
}}
showsHorizontalScrollIndicator={false}
horizontal
pagingEnabled
snapToOffsets={[310, 650]}
@@ -413,7 +414,8 @@ const PayWall = (props: NavigationProps<"PayWall">) => {
style={{
width: 320,
marginLeft: index === 1 ? Spacing.LEVEL_3 : 0,
marginRight: index === 3 ? Spacing.LEVEL_3 : 0
marginRight: index === 3 ? Spacing.LEVEL_3 : 0,
paddingVertical: Spacing.LEVEL_1
}}
>
<PricingPlanCard