mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-25 08:38:45 +00:00
chan theme fixes
This commit is contained in:
parent
9dc8d93214
commit
2cc352d80d
2 changed files with 2 additions and 1 deletions
lib
|
@ -354,6 +354,7 @@ class _MaterialAppWithThemeState extends ConsumerState<MaterialAppWithTheme>
|
|||
colorTheme = ForestColors();
|
||||
break;
|
||||
case "light":
|
||||
case "chan":
|
||||
default:
|
||||
colorTheme = LightColors();
|
||||
}
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue