Fix card spacing

This commit is contained in:
tuxpizza 2024-12-27 16:16:49 -05:00
parent f52b8faa72
commit b969479b3a

View file

@ -193,7 +193,6 @@ class CryptoBalanceWidget extends StatelessWidget {
); );
}, },
), ),
SizedBox(height: 150),
Observer(builder: (context) { Observer(builder: (context) {
return Column( return Column(
children: [ children: [
@ -357,6 +356,7 @@ class CryptoBalanceWidget extends StatelessWidget {
), ),
), ),
), ),
SizedBox(height: 150),
], ],
], ],
); );