Skip to content

Commit

Permalink
Merge pull request #1909 from Owaiseimdad/FIX-1848-drop-down-Highligh…
Browse files Browse the repository at this point in the history
…t-colors

FIX-1907 drop downs are of common color now.
  • Loading branch information
ajhollid authored Mar 11, 2025
2 parents 96a6a81 + 5fddefc commit 9ae779c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Components/Inputs/Search/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ const Search = ({
color: "red",
},
"& li.MuiAutocomplete-option:hover:not([aria-selected='true'])": {
color: theme.palette.primary.main,
backgroundColor: theme.palette.primary.contrastTextSecondary,
color: theme.palette.secondary.contrastText,
backgroundColor: theme.palette.secondary.main,
},
"& .MuiAutocomplete-noOptions": {
px: theme.spacing(6),
Expand Down

0 comments on commit 9ae779c

Please sign in to comment.