TF-3763 Update style for advanced search hint input field

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-06-13 02:53:30 +07:00
committed by Dat H. Pham
parent 6d21aedf37
commit 770cf79ed2
2 changed files with 6 additions and 7 deletions
@@ -1,4 +1,5 @@
import 'package:core/presentation/extensions/color_extension.dart';
import 'package:core/presentation/utils/theme_utils.dart';
import 'package:flutter/material.dart';
import 'package:tmail_ui_user/features/composer/presentation/styles/composer_style.dart';
@@ -32,9 +33,8 @@ class TextFieldAutoCompleteEmailAddressWebStyles {
static const Color suggestionBoxBackgroundColor = Colors.white;
static const Color cursorColor = AppColor.primaryColor;
static const TextStyle textInputHintStyle = TextStyle(
fontSize: 16,
color: AppColor.colorHintSearchBar,
static TextStyle textInputHintStyle = ThemeUtils.textStyleBodyBody3(
color: AppColor.m3Tertiary,
);
static const TextStyle textInputTextStyle = TextStyle(
fontSize: 16,