Skip to content

Commit

Permalink
Merge pull request #4523 from Expensify/clem-fix-payment-label
Browse files Browse the repository at this point in the history
Fix the text style for Payment Methods
  • Loading branch information
bondydaa authored Aug 11, 2021
2 parents 2fc68a5 + 02cc746 commit ff1d6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/settings/Payments/PaymentsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class PaymentsPage extends React.Component {
<View>
<CurrentWalletBalance />
<Text
style={[styles.ph5, styles.textStrong]}
style={[styles.ph5, styles.formLabel]}
>
{this.props.translate('paymentsPage.paymentMethodsTitle')}
</Text>
Expand Down

0 comments on commit ff1d6f3

Please sign in to comment.