diff --git a/apps/mobile/app/components/loading/index.tsx b/apps/mobile/app/components/loading/index.tsx index c31eaff72..12f49de12 100644 --- a/apps/mobile/app/components/loading/index.tsx +++ b/apps/mobile/app/components/loading/index.tsx @@ -41,7 +41,7 @@ export const Loading = (props: { backgroundColor: colors.primary.background, justifyContent: "center", alignItems: "center", - paddingHorizontal: 16, + paddingHorizontal: Spacing.LEVEL_3, ...props.style }} > diff --git a/apps/mobile/app/components/paywall/index.tsx b/apps/mobile/app/components/paywall/index.tsx index c20e5d305..62386d464 100644 --- a/apps/mobile/app/components/paywall/index.tsx +++ b/apps/mobile/app/components/paywall/index.tsx @@ -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 }} >