mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-12 09:27:01 +00:00
added border to wallet selection
This commit is contained in:
parent
563492d4e8
commit
bd04f1d9f9
1 changed files with 5 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue