From 81009d00232fc09f90e095dc48e5d7a40ec5f997 Mon Sep 17 00:00:00 2001 From: ryleedavis <rylee@cypherstack.com> Date: Wed, 5 Apr 2023 17:03:18 -0600 Subject: [PATCH] corrected nav text colors --- lib/utilities/theme/forest_colors.dart | 2 +- lib/utilities/theme/ocean_breeze_colors.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/utilities/theme/forest_colors.dart b/lib/utilities/theme/forest_colors.dart index b3f46adc6..ff553f436 100644 --- a/lib/utilities/theme/forest_colors.dart +++ b/lib/utilities/theme/forest_colors.dart @@ -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 diff --git a/lib/utilities/theme/ocean_breeze_colors.dart b/lib/utilities/theme/ocean_breeze_colors.dart index 9390c55b5..1b528d6a1 100644 --- a/lib/utilities/theme/ocean_breeze_colors.dart +++ b/lib/utilities/theme/ocean_breeze_colors.dart @@ -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