Skip to content

Commit 1676919

Browse files
francoislMariaHCD
andauthored
Remove horizontal margin on button
Co-authored-by: Maria D'Costa <[email protected]>
1 parent c82cfee commit 1676919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/EnablePayments/ActivateStep.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class ActivateStep extends React.Component {
7575
shouldShowBackButton
7676
onBackButtonPress={() => Navigation.goBack()}
7777
/>
78-
<View style={[styles.mh5, styles.flex1]}>
78+
<View style={styles.flex1}>
7979
{this.props.userWallet.tierName === CONST.WALLET.TIER_NAME.GOLD && this.renderGoldWalletActivationStep()}
8080
{this.props.userWallet.tierName === CONST.WALLET.TIER_NAME.SILVER && (
8181
<Text>{this.props.translate('activateStep.checkBackLater')}</Text>

0 commit comments

Comments
 (0)