Update text styles.

This commit is contained in:
Daniel Dominguez 2018-07-12 20:30:23 -03:00
parent 5e87dd0ad8
commit b344dfeeb5

View file

@ -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>}