mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 07:15:35 +01:00
add more space to the bottom on the empty list
This commit is contained in:
parent
e84bb3ee3a
commit
15562b4747
1 changed files with 1 additions and 1 deletions
|
@ -386,7 +386,7 @@ export default class WalletsList extends Component {
|
|||
case WalletsListSections.TRANSACTIONS:
|
||||
if (this.state.dataSource.length === 0 && !this.state.isLoading) {
|
||||
return (
|
||||
<View style={{ top: 80, height: 160 }}>
|
||||
<View style={{ top: 80, height: 160, marginBottom: 80 }}>
|
||||
<Text
|
||||
style={{
|
||||
fontSize: 18,
|
||||
|
|
Loading…
Add table
Reference in a new issue