Skip to content

Commit

Permalink
Merge pull request #2750 from beckn/issue-2748
Browse files Browse the repository at this point in the history
fix: fixed font discrepancy in price and rating filters
  • Loading branch information
aniketceminds authored Dec 12, 2024
2 parents e1a036f + 575f13f commit 6611348
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/common/src/components/filter/filter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,9 @@ const Filter = ({
// dispatch(updatePolicyType(value || ''))
handleChange('searchByPrice', value.value)
}}
buttonStyles={{
fontSize: '16px'
}}
name="searchByPrice"
dataTest={testIds.searchpage_sortByPrice}
/>
Expand Down

0 comments on commit 6611348

Please sign in to comment.