corrected nav text colors

This commit is contained in:
ryleedavis 2023-04-05 17:03:18 -06:00
parent 05eb6bd20d
commit 81009d0023
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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