diff --git a/src/pages/Search/SearchTypeMenuNarrow.tsx b/src/pages/Search/SearchTypeMenuNarrow.tsx index 2742d33a750..b8a9e6c11e5 100644 --- a/src/pages/Search/SearchTypeMenuNarrow.tsx +++ b/src/pages/Search/SearchTypeMenuNarrow.tsx @@ -53,6 +53,7 @@ function SearchTypeMenuNarrow({typeMenuItems, activeItemIndex, queryJSON, title} SearchActions.clearAllFilters(); Navigation.navigate(item.route); }), + isSelected, icon: item.icon, iconFill: isSelected ? theme.iconSuccessFill : theme.icon, iconRight: Expensicons.Checkmark, @@ -66,6 +67,7 @@ function SearchTypeMenuNarrow({typeMenuItems, activeItemIndex, queryJSON, title} popoverMenuItems.push({ text: title, onSelected: closeMenu, + isSelected: true, icon: Expensicons.Filters, iconFill: theme.iconSuccessFill, success: true,