Select comp: remove hightlight from selected option

This commit is contained in:
muzam1l
2022-07-21 16:58:07 +05:30
parent 41ba096ef9
commit 1ee8dcb536

View File

@@ -91,7 +91,7 @@ const Select = forwardRef<any, Props>((props, ref) => {
...provided,
color: colors.searchText,
backgroundColor:
state.isSelected || state.isFocused
state.isFocused
? colors.activeLight
: colors.dropDownBg,
":hover": {