Skip to content

Commit

Permalink
update filter button text color
Browse files Browse the repository at this point in the history
  • Loading branch information
luacmartins committed Oct 15, 2024
1 parent 01af655 commit 13d132a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Search/SearchPageHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,6 @@ function SearchPageHeader({queryJSON, hash}: SearchPageHeaderProps) {
<Button
innerStyles={!isCannedQuery && [styles.searchRouterInputResults, styles.borderNone]}
text={translate('search.filtersHeader')}
textStyles={!isCannedQuery && styles.textSupporting}
icon={Expensicons.Filters}
onPress={onPress}
/>
Expand Down

0 comments on commit 13d132a

Please sign in to comment.