diff --git a/components/Select.tsx b/components/Select.tsx index 71217e6..4b27317 100644 --- a/components/Select.tsx +++ b/components/Select.tsx @@ -91,7 +91,7 @@ const Select = forwardRef((props, ref) => { ...provided, color: colors.searchText, backgroundColor: - state.isSelected || state.isFocused + state.isFocused ? colors.activeLight : colors.dropDownBg, ":hover": {