Add shape again do wallets cards (bottom)

This commit is contained in:
poka 2021-04-26 19:45:07 +02:00
parent a906dc2f38
commit 900cfbac9b
1 changed files with 3 additions and 0 deletions

View File

@ -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)