Skip to content

Commit 64aa452

Browse files
committed
minor fix
1 parent c7b1bcd commit 64aa452

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/MultifactorAuthentication/components/OutcomeScreen/OutcomeScreenBase.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function OutcomeScreenBase({headerTitle, illustration, iconWidth, iconHeight, ti
6969
shouldShowBackButton
7070
/>
7171
<View style={[styles.flex1, styles.gap2]}>
72-
<ScrollView contentContainerStyle={[styles.flexGrow1, styles.justifyContentCenter, styles.gap2]}>
72+
<ScrollView contentContainerStyle={[styles.flexGrow1, styles.justifyContentCenter]}>
7373
<BlockingView
7474
icon={icon}
7575
contentFitImage="fill"
@@ -78,7 +78,7 @@ function OutcomeScreenBase({headerTitle, illustration, iconWidth, iconHeight, ti
7878
title={title}
7979
titleStyles={styles.mb2}
8080
CustomSubtitle={CustomSubtitle}
81-
containerStyle={[styles.ph5, styles.flex0, padding]}
81+
containerStyle={[styles.ph5, padding]}
8282
testID={OutcomeScreenBase.displayName}
8383
/>
8484
</ScrollView>

0 commit comments

Comments
 (0)