mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-20 17:54:41 +00:00
Fix card spacing
This commit is contained in:
parent
f52b8faa72
commit
b969479b3a
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,6 @@ class CryptoBalanceWidget extends StatelessWidget {
|
|||
);
|
||||
},
|
||||
),
|
||||
SizedBox(height: 150),
|
||||
Observer(builder: (context) {
|
||||
return Column(
|
||||
children: [
|
||||
|
@ -357,6 +356,7 @@ class CryptoBalanceWidget extends StatelessWidget {
|
|||
),
|
||||
),
|
||||
),
|
||||
SizedBox(height: 150),
|
||||
],
|
||||
],
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue