mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
main desktop view divider
This commit is contained in:
parent
7e6edd4dab
commit
146135aad9
1 changed files with 4 additions and 0 deletions
|
@ -63,6 +63,10 @@ class _DesktopHomeViewState extends ConsumerState<DesktopHomeView> {
|
|||
DesktopMenu(
|
||||
onSelectionChanged: onMenuSelectionChanged,
|
||||
),
|
||||
Container(
|
||||
width: 1,
|
||||
color: Theme.of(context).extension<StackColors>()!.background,
|
||||
),
|
||||
Expanded(
|
||||
child: contentViews[currentViewIndex],
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue