mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 07:15:35 +01:00
FIX: better wallet export QR readability
This commit is contained in:
parent
bc8f4385e6
commit
d53f502da1
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ export default class WalletExport extends Component {
|
|||
value={this.state.wallet.getSecret()}
|
||||
logo={require('../../img/qr-code.png')}
|
||||
size={this.state.qrCodeHeight}
|
||||
logoSize={90}
|
||||
logoSize={70}
|
||||
color={BlueApp.settings.foregroundColor}
|
||||
logoBackgroundColor={BlueApp.settings.brandingColor}
|
||||
ecl={'H'}
|
||||
|
|
Loading…
Add table
Reference in a new issue