mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 11:39:22 +00:00
Fix spacing for swap screen
This commit is contained in:
parent
9281a01ad4
commit
c77eebbb66
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue