Skip to content

Commit

Permalink
remove unnecessary styling
Browse files Browse the repository at this point in the history
  • Loading branch information
cdOut committed Mar 4, 2024
1 parent 301b952 commit 5215b95
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 @@ -107,7 +107,7 @@ function OnboardingPurpose() {
iconFill={theme.iconColorfulBackground}
progressBarPercentage={66.6}
/>
<View style={[styles.flex1, styles.dFlex, styles.flexGrow1, styles.mv5, shouldUseNarrowLayout ? styles.mh8 : styles.mh5]}>
<View style={[styles.flex1, styles.flexGrow1, styles.mv5, shouldUseNarrowLayout ? styles.mh8 : styles.mh5]}>
<View style={styles.flex1}>
<View style={[shouldUseNarrowLayout ? styles.flexRow : styles.flexColumn, styles.mb5]}>
<Text style={styles.textHeroSmall}>{translate('onboarding.purpose.title')} </Text>
Expand Down

0 comments on commit 5215b95

Please sign in to comment.