mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 20:09:23 +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.light:
|
||||||
case ThemeType.dark:
|
case ThemeType.dark:
|
||||||
case ThemeType.oledBlack:
|
case ThemeType.oledBlack:
|
||||||
|
color = Theme.of(context).extension<StackColors>()!.background;
|
||||||
|
break;
|
||||||
case ThemeType.forest:
|
case ThemeType.forest:
|
||||||
color = Theme.of(context).extension<StackColors>()!.background;
|
color = Theme.of(context).extension<StackColors>()!.background;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue