mobile: fix gap between plan cards

This commit is contained in:
Ammar Ahmed
2025-09-19 12:34:20 +05:00
committed by Abdullah Atta
parent 28daa38d80
commit d8534da4df

View File

@@ -312,7 +312,7 @@ const PayWall = (props: NavigationProps<"PayWall">) => {
<View
style={{
flexDirection: isTablet ? "row" : "column",
gap: isTablet ? DefaultAppStyles.GAP : 0
gap: !isTablet ? DefaultAppStyles.GAP : 0
}}
>
{pricingPlans.pricingPlans.map((plan) =>
@@ -1102,7 +1102,7 @@ const PricingPlanCard = ({
</View>
</View>
{pricingPlans?.loadingPlans ? (
{pricingPlans?.loadingPlans || (!price && !WebPlan?.price.gross) ? (
<ActivityIndicator size="small" color={colors.primary.accent} />
) : (
<View>