From f580a2af78acc584197411edc2d153431f620543 Mon Sep 17 00:00:00 2001 From: julian Date: Mon, 20 Mar 2023 08:40:04 -0600 Subject: [PATCH] oled black theme text color fix --- lib/utilities/theme/oled_black_colors.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utilities/theme/oled_black_colors.dart b/lib/utilities/theme/oled_black_colors.dart index 71d4b2361..4f273eeff 100644 --- a/lib/utilities/theme/oled_black_colors.dart +++ b/lib/utilities/theme/oled_black_colors.dart @@ -326,7 +326,7 @@ class OledBlackColors extends StackColorTheme { Color get textConfirmTotalAmount => textFieldSuccessLabel; //const Color(0xFF144D35); @override - Color get textSelectedWordTableItem => const Color(0xFF143D8E); + Color get textSelectedWordTableItem => const Color(0xFFF26822); //rate type toggle @override