mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-18 21:35:21 +01:00
Update BlueComponents.js
This commit is contained in:
parent
1217555e04
commit
ff9950c815
@ -352,6 +352,7 @@ export class BlueWalletNavigationHeader extends Component {
|
||||
backgroundColor: 'transparent',
|
||||
fontSize: 19,
|
||||
color: '#fff',
|
||||
writingDirection: I18nManager.isRTL ? 'rtl' : 'ltr',
|
||||
}}
|
||||
>
|
||||
{this.state.wallet.getLabel()}
|
||||
@ -401,6 +402,7 @@ export class BlueWalletNavigationHeader extends Component {
|
||||
fontWeight: 'bold',
|
||||
fontSize: 36,
|
||||
color: '#fff',
|
||||
writingDirection: I18nManager.isRTL ? 'rtl' : 'ltr',
|
||||
}}
|
||||
>
|
||||
{balance}
|
||||
|
Loading…
Reference in New Issue
Block a user