From b4f5157f07c9b07618447c196411f26662c93270 Mon Sep 17 00:00:00 2001 From: ncoelho Date: Thu, 26 Mar 2020 20:21:57 +0100 Subject: [PATCH] bigger fontSize on mnemonic export screen --- screen/wallets/export.js | 7 +++---- screen/wallets/transactions.js | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/screen/wallets/export.js b/screen/wallets/export.js index f5e9ddef..1db675ad 100644 --- a/screen/wallets/export.js +++ b/screen/wallets/export.js @@ -68,14 +68,13 @@ export default class WalletExport extends Component { } return ( - + - {this.state.wallet.typeReadable} + {this.state.wallet.typeReadable} {(() => { @@ -103,7 +102,7 @@ export default class WalletExport extends Component { {this.state.wallet.type === LightningCustodianWallet.type ? ( ) : ( - {this.state.wallet.getSecret()} + {this.state.wallet.getSecret()} )} diff --git a/screen/wallets/transactions.js b/screen/wallets/transactions.js index 95e17e14..36c90dc7 100644 --- a/screen/wallets/transactions.js +++ b/screen/wallets/transactions.js @@ -228,7 +228,7 @@ export default class WalletTransactions extends Component { style={{ flex: 1, marginLeft: 16, - marginTop: 24, + marginTop: 8, marginBottom: 8, fontWeight: 'bold', fontSize: 24,