Skip to content

Commit

Permalink
use border color
Browse files Browse the repository at this point in the history
  • Loading branch information
luacmartins committed Apr 24, 2024
1 parent 6c239cd commit 8b71b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Search/SearchFiltersNarrow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 8b71b1b

Please sign in to comment.