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}
|
<Button style={walletStyle.button}
|
||||||
icon={'refresh'}
|
|
||||||
text={qrButtonText}
|
text={qrButtonText}
|
||||||
onPress={() => this.toggleQrView()}
|
onPress={() => this.toggleQrView()}
|
||||||
disabled={gettingNewAddress}
|
disabled={gettingNewAddress}
|
||||||
|
@ -73,7 +72,7 @@ class WalletAddress extends React.PureComponent<Props> {
|
||||||
<QRCode
|
<QRCode
|
||||||
value={receiveAddress}
|
value={receiveAddress}
|
||||||
size={200}
|
size={200}
|
||||||
bgColor={Colors.LbryGreen}
|
bgColor={Colors.Black}
|
||||||
fgColor='white' />
|
fgColor='white' />
|
||||||
</View>}
|
</View>}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue