Skip to content

Commit

Permalink
Fix the text style for Payment Methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Clem Dal Palu committed Aug 10, 2021
1 parent 4350c9a commit 02cc746
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 02cc746

Please sign in to comment.