TF-3005 Apply new design search input contact view

This commit is contained in:
dab246
2024-09-18 01:50:25 +07:00
committed by Dat H. Pham
parent c233ec7a2e
commit 4cdd55ed82
5 changed files with 77 additions and 61 deletions
@@ -609,11 +609,6 @@ class DestinationPickerView extends GetWidget<DestinationPickerController>
decoration: const BoxDecoration(
borderRadius: BorderRadius.all(Radius.circular(12)),
color: AppColor.colorBgSearchBar),
iconClearText: SvgPicture.asset(
controller.imagePaths.icClearTextSearch,
width: 18,
height: 18,
fit: BoxFit.fill),
hintText: AppLocalizations.of(context).hintSearchFolders,
onClearTextSearchAction: controller.clearSearchText,
onTextChangeSearchAction: (query) => controller.searchMailbox(context, query),