mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
add more space to the bottom on the empty list
This commit is contained in:
parent
e84bb3ee3a
commit
15562b4747
@ -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…
Reference in New Issue
Block a user