From 900cfbac9be0df1a456f2fab230ed8953738497a Mon Sep 17 00:00:00 2001 From: poka Date: Mon, 26 Apr 2021 19:45:07 +0200 Subject: [PATCH] Add shape again do wallets cards (bottom) --- lib/screens/myWallets/walletsHome.dart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/screens/myWallets/walletsHome.dart b/lib/screens/myWallets/walletsHome.dart index 5105743..6987a2c 100644 --- a/lib/screens/myWallets/walletsHome.dart +++ b/lib/screens/myWallets/walletsHome.dart @@ -158,6 +158,9 @@ class WalletsHome extends StatelessWidget { ), )), ListTile( + shape: RoundedRectangleBorder( + borderRadius: BorderRadius.vertical( + bottom: Radius.circular(12))), // contentPadding: const EdgeInsets.only(left: 7.0), tileColor: _repository.id() == defaultWallet.id() ? Color(0xffD28928)