Skip to content

Commit

Permalink
fix wallet page labels
Browse files Browse the repository at this point in the history
  • Loading branch information
luacmartins committed Jan 13, 2023
1 parent 006b324 commit 0479c58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ class BasePaymentsPage extends React.Component {
</>
)}
<Text
style={[styles.ph5, styles.mt6, styles.formLabel]}
style={[styles.ph5, styles.mt6, styles.textLabelSupporting]}
>
{this.props.translate('paymentsPage.paymentMethodsTitle')}
</Text>
Expand Down
5 changes: 2 additions & 3 deletions src/pages/settings/Payments/TransferBalancePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ class TransferBalancePage extends React.Component {
))}
</View>
<Text
style={[styles.p5, styles.textStrong, styles.textLabel, styles.justifyContentStart]}
style={[styles.p5, styles.textLabelSupporting, styles.justifyContentStart]}
>
{this.props.translate('transferAmountPage.whichAccount')}
</Text>
Expand All @@ -233,8 +233,7 @@ class TransferBalancePage extends React.Component {
style={[
styles.mt5,
styles.mb3,
styles.textStrong,
styles.textLabel,
styles.textLabelSupporting,
styles.justifyContentStart,
]}
>
Expand Down

0 comments on commit 0479c58

Please sign in to comment.