From 1ee8dcb5367e8e37cbec25f3bbcdd238ffcd6f56 Mon Sep 17 00:00:00 2001 From: muzam1l Date: Thu, 21 Jul 2022 16:58:07 +0530 Subject: [PATCH] Select comp: remove hightlight from selected option --- components/Select.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {