Update text styles.
This commit is contained in:
parent
5e87dd0ad8
commit
b344dfeeb5
1 changed files with 1 additions and 2 deletions
|
@ -62,7 +62,6 @@ class WalletAddress extends React.PureComponent<Props> {
|
|||
/>
|
||||
|
||||
<Button style={walletStyle.button}
|
||||
icon={'refresh'}
|
||||
text={qrButtonText}
|
||||
onPress={() => this.toggleQrView()}
|
||||
disabled={gettingNewAddress}
|
||||
|
@ -73,7 +72,7 @@ class WalletAddress extends React.PureComponent<Props> {
|
|||
<QRCode
|
||||
value={receiveAddress}
|
||||
size={200}
|
||||
bgColor={Colors.LbryGreen}
|
||||
bgColor={Colors.Black}
|
||||
fgColor='white' />
|
||||
</View>}
|
||||
|
||||
|
|
Loading…
Reference in a new issue