mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
fixed orange theme on start up instead of oled black
This commit is contained in:
parent
1021270310
commit
9ebc7287c6
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ extension ThemeTypeExt on ThemeType {
|
|||
case "oledBlack":
|
||||
return ThemeType.oledBlack;
|
||||
case "orange":
|
||||
return ThemeType.oledBlack;
|
||||
return ThemeType.orange;
|
||||
case "fruitSorbet":
|
||||
return ThemeType.fruitSorbet;
|
||||
case "forest":
|
||||
|
|
Loading…
Reference in a new issue