mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-02-02 19:26:37 +00:00
corrected nav text colors
This commit is contained in:
parent
05eb6bd20d
commit
81009d0023
2 changed files with 2 additions and 2 deletions
|
@ -107,7 +107,7 @@ class ForestColors extends StackColorTheme {
|
|||
@override
|
||||
Color get numpadTextDefault => const Color(0xFFFFFFFF);
|
||||
@override
|
||||
Color get bottomNavText => const Color(0xFF232323);
|
||||
Color get bottomNavText => const Color(0xFF22867A);
|
||||
@override
|
||||
Color get customTextButtonEnabledText => infoItemIcons;
|
||||
@override
|
||||
|
|
|
@ -114,7 +114,7 @@ class OceanBreezeColors extends StackColorTheme {
|
|||
@override
|
||||
Color get numpadTextDefault => const Color(0xFFFFFFFF);
|
||||
@override
|
||||
Color get bottomNavText => const Color(0xFF232323);
|
||||
Color get bottomNavText => const Color(0xFF227386);
|
||||
@override
|
||||
Color get customTextButtonEnabledText => buttonTextBorderless;
|
||||
@override
|
||||
|
|
Loading…
Reference in a new issue