Skip to content

Commit

Permalink
fix margin errors for onboarding purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
cdOut committed Mar 15, 2024
1 parent e29ba37 commit f13b70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/OnboardingPurpose.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function OnboardingPurpose() {
});

return (
<View style={[styles.h100, styles.defaultModalContainer, shouldUseNarrowLayout ? styles.pt5 : styles.pt8]}>
<View style={[styles.h100, styles.defaultModalContainer, !shouldUseNarrowLayout && styles.pt8]}>
<View style={shouldUseNarrowLayout && styles.mh3}>
<HeaderWithBackButton
shouldShowBackButton
Expand Down

0 comments on commit f13b70e

Please sign in to comment.