TF-3410 Update color and icon size of mailbox view

This commit is contained in:
dab246
2025-01-08 19:32:04 +07:00
committed by Dat H. Pham
parent ee180b4962
commit 67ebd137a8
14 changed files with 102 additions and 88 deletions
@@ -660,7 +660,7 @@ class _TypeAheadFieldQuickSearchState<T, P, R>
)
: const BoxDecoration(
borderRadius: BorderRadius.all(Radius.circular(12)),
color: AppColor.colorBgSearchBar,
color: AppColor.colorBgDesktop,
),
height: widget.maxHeight,
child: Row(