mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-23 11:04:33 +00:00
light colors accent blue fix?
This commit is contained in:
parent
3ae38c582b
commit
51cfc3f4df
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class LightColors extends StackColorTheme {
|
|||
Color get overlay => const Color(0xFF111215);
|
||||
|
||||
@override
|
||||
Color get accentColorBlue => const Color(0xFF4C86E9);
|
||||
Color get accentColorBlue => const Color(0xFF0052DF);
|
||||
@override
|
||||
Color get accentColorGreen => const Color(0xFF4CC0A0);
|
||||
@override
|
||||
|
|
Loading…
Reference in a new issue