chan theme fixes

This commit is contained in:
julian 2023-03-17 10:48:13 -06:00
parent 9dc8d93214
commit 2cc352d80d
2 changed files with 2 additions and 1 deletions
lib

View file

@ -354,6 +354,7 @@ class _MaterialAppWithThemeState extends ConsumerState<MaterialAppWithTheme>
colorTheme = ForestColors();
break;
case "light":
case "chan":
default:
colorTheme = LightColors();
}

View file

@ -46,7 +46,7 @@ extension ThemeTypeExt on ThemeType {
case ThemeType.light:
return "Light";
case ThemeType.chan:
return "Chan";
return "Crypto Chans";
case ThemeType.dark:
return "Dark";
case ThemeType.oceanBreeze: