Skip to content

Commit

Permalink
fix(conflicts): resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtabBukhari committed Sep 20, 2024
2 parents 9a55584 + 6f4bd76 commit 1c6a9b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ export const MaxResults = ({ maxResults, setMaxResults }: MaxResultsProps) => {

const CustomSlider = styled(Slider)({
'& .MuiSlider-valueLabel': {
backgroundColor: `${colors.primaryBlue}`,
backgroundColor: `${colors.primaryBlue}`
},
})

0 comments on commit 1c6a9b2

Please sign in to comment.