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,