added border to wallet selection

This commit is contained in:
ryleedavis 2022-11-03 17:26:56 -06:00
parent 563492d4e8
commit bd04f1d9f9

View file

@ -90,6 +90,11 @@ class WalletSyncingOptionsView extends ConsumerWidget {
),
RoundedWhiteContainer(
padding: const EdgeInsets.all(0),
borderColor: !isDesktop
? Colors.transparent
: Theme.of(context)
.extension<StackColors>()!
.background,
child: Column(
children: [
...managers.map(