diff --git a/lib/utilities/theme/oled_black_colors.dart b/lib/utilities/theme/oled_black_colors.dart index 3a7ba8126..025f76f7d 100644 --- a/lib/utilities/theme/oled_black_colors.dart +++ b/lib/utilities/theme/oled_black_colors.dart @@ -198,7 +198,7 @@ class OledBlackColors extends StackColorTheme { // text field @override - Color get textFieldActiveBG => const Color(0xFF232323); + Color get textFieldActiveBG => const Color(0xFF3C3C3C); @override Color get textFieldDefaultBG => const Color(0xFF171717); @override