From 8b71b1b571bea3475dceaa6c33bd372154c9ee73 Mon Sep 17 00:00:00 2001 From: Carlos Martins Date: Wed, 24 Apr 2024 13:19:49 -0600 Subject: [PATCH] use border color --- src/pages/Search/SearchFiltersNarrow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Search/SearchFiltersNarrow.tsx b/src/pages/Search/SearchFiltersNarrow.tsx index fc51da52a21c..935c911fafff 100644 --- a/src/pages/Search/SearchFiltersNarrow.tsx +++ b/src/pages/Search/SearchFiltersNarrow.tsx @@ -38,7 +38,7 @@ function SearchFiltersNarrow({filterItems, activeItemLabel}: SearchFiltersNarrow iconRight: Expensicons.Checkmark, shouldShowRightIcon: index === activeItemIndex, success: index === activeItemIndex, - containerStyle: index === activeItemIndex ? [styles.buttonHoveredBG] : undefined, + containerStyle: index === activeItemIndex ? [{backgroundColor: theme.border}] : undefined, })); return (