Merge pull request #1909 from Owaiseimdad/FIX-1848-drop-down-Highlight-colors

FIX-1907 drop downs are of common color now.
This commit is contained in:
Alexander Holliday
2025-03-11 12:37:52 -07:00
committed by GitHub
+2 -2
View File
@@ -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),