mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 19:49: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
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return Container(
|
return Container(
|
||||||
padding: EdgeInsets.only(bottom: isBuySellOption ? 8 : 32),
|
padding: EdgeInsets.only(bottom: isBuySellOption ? 8 : 32, top: 12),
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
borderRadius: BorderRadius.only(
|
borderRadius: BorderRadius.only(
|
||||||
bottomLeft: Radius.circular(24),
|
bottomLeft: Radius.circular(24),
|
||||||
|
|
Loading…
Reference in a new issue