From c77eebbb666e11e3480139c8ebe451c195dcaaaa Mon Sep 17 00:00:00 2001 From: tuxpizza Date: Thu, 19 Dec 2024 21:43:12 -0500 Subject: [PATCH] Fix spacing for swap screen --- .../screens/exchange/widgets/mobile_exchange_cards_section.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/screens/exchange/widgets/mobile_exchange_cards_section.dart b/lib/src/screens/exchange/widgets/mobile_exchange_cards_section.dart index d53f16339..b99dcba34 100644 --- a/lib/src/screens/exchange/widgets/mobile_exchange_cards_section.dart +++ b/lib/src/screens/exchange/widgets/mobile_exchange_cards_section.dart @@ -23,7 +23,7 @@ class MobileExchangeCardsSection extends StatelessWidget { @override Widget build(BuildContext context) { return Container( - padding: EdgeInsets.only(bottom: isBuySellOption ? 8 : 32), + padding: EdgeInsets.only(bottom: isBuySellOption ? 8 : 32, top: 12), decoration: BoxDecoration( borderRadius: BorderRadius.only( bottomLeft: Radius.circular(24),