Skip to content

Commit

Permalink
Merge pull request #14746 from fedirjh/Fix-14743
Browse files Browse the repository at this point in the history
[Fix] Add missing bottom margin style to Payment Page
  • Loading branch information
luacmartins authored Feb 2, 2023
2 parents 15fa85d + c7e923a commit 91cba69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ class BasePaymentsPage extends React.Component {
</>
)}
<Text
style={[styles.ph5, styles.mt6, styles.textLabelSupporting]}
style={[styles.ph5, styles.mt6, styles.textLabelSupporting, styles.mb1]}
>
{this.props.translate('paymentsPage.paymentMethodsTitle')}
</Text>
Expand Down

0 comments on commit 91cba69

Please sign in to comment.