TF-3761 Update search bar for search mailbox in left menu

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-06-02 03:29:07 +07:00
committed by Dat H. Pham
parent 34cc7abe9b
commit b625894c39
5 changed files with 71 additions and 120 deletions
@@ -660,7 +660,7 @@ class _TypeAheadFieldQuickSearchState<T, P, R>
)
: const BoxDecoration(
borderRadius: BorderRadius.all(Radius.circular(12)),
color: AppColor.colorBgDesktop,
color: AppColor.searchInputBackground,
),
height: widget.maxHeight,
child: Row(