show forest background fix

This commit is contained in:
ryleedavis 2023-02-13 09:25:45 -07:00 committed by julian
parent e50855a4c9
commit 9cc367834e

View file

@ -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;