mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +00:00
OLED accent color and switchBGOff
This commit is contained in:
parent
1f0c88b7be
commit
3dc98b6af6
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ class OledBlackColors extends StackColorTheme {
|
|||
Color get overlay => const Color(0xFF121212);
|
||||
|
||||
@override
|
||||
Color get accentColorBlue => const Color(0xFF77A7F9);
|
||||
Color get accentColorBlue => const Color(0xFFF26822);
|
||||
@override
|
||||
Color get accentColorGreen => const Color(0xFF4CC0A0);
|
||||
@override
|
||||
|
@ -112,7 +112,7 @@ class OledBlackColors extends StackColorTheme {
|
|||
@override
|
||||
Color get switchBGOn => const Color(0xFFF26822);
|
||||
@override
|
||||
Color get switchBGOff => const Color(0xFFF7A47A);
|
||||
Color get switchBGOff => const Color(0xFF403F3F);
|
||||
@override
|
||||
Color get switchBGDisabled => const Color(0xFF333538);
|
||||
@override
|
||||
|
|
Loading…
Reference in a new issue