Skip to content

Commit

Permalink
Refactor styling
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuuszzzzz committed Feb 23, 2024
1 parent a3ab3d9 commit 9cf6a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/OnboardingPersonalDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function OnboardingPersonalDetails() {
}, []);

return (
<View style={[styles.defaultModalContainer, styles.w100, styles.h100, shouldUseNarrowLayout ? undefined : styles.pt8]}>
<View style={[styles.defaultModalContainer, styles.w100, styles.h100, !shouldUseNarrowLayout && styles.pt8]}>
<View style={{maxHeight: windowHeight}}>
<HeaderWithBackButton
shouldShowCloseButton
Expand Down

0 comments on commit 9cf6a20

Please sign in to comment.