mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 18:00:17 +01:00
fix address position
Brings address position to near the QR code instead the bottom of the page
This commit is contained in:
parent
e6bfd43303
commit
0f9041fa76
@ -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…
Reference in New Issue
Block a user