Browse Source

fix address position

Brings address position to near the QR code instead the bottom of the page
keystore
ncoelho 5 years ago
parent
commit
0f9041fa76
  1. 2
      screen/receive/details.js

2
screen/receive/details.js

@ -107,9 +107,9 @@ export default class ReceiveDetails extends Component {
getRef={c => (this.qrCodeSVG = c)}
/>
)}
<BlueCopyTextToClipboard text={this.state.addressText} />
</View>
<View style={{ alignItems: 'center', alignContent: 'flex-end', marginBottom: 24 }}>
<BlueCopyTextToClipboard text={this.state.addressText} />
<BlueButtonLink
title={loc.receive.details.setAmount}
onPress={() => {

Loading…
Cancel
Save