mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +00:00
show forest background fix
This commit is contained in:
parent
47fd7b2e8d
commit
4b4da3cdce
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ class Background extends StatelessWidget {
|
|||
case ThemeType.light:
|
||||
case ThemeType.dark:
|
||||
case ThemeType.oledBlack:
|
||||
color = Theme.of(context).extension<StackColors>()!.background;
|
||||
break;
|
||||
case ThemeType.forest:
|
||||
color = Theme.of(context).extension<StackColors>()!.background;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue