Skip to content

Commit add879d

Browse files
committed
fix: remove selected item background
1 parent 2abf2f1 commit add879d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/design-system/src/components/Select/SelectParts.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,11 +278,11 @@ const StyledSelectItem = styled(Select.Item)`
278278
279279
&:hover {
280280
background-color: ${({ theme }) => theme.colors.primary100};
281+
cursor: pointer;
281282
}
282283
283284
&[data-state='checked'] {
284285
font-weight: bold;
285-
background-color: ${({ theme }) => theme.colors.primary100};
286286
color: ${({ theme }) => theme.colors.primary600};
287287
font-weight: bold;
288288
}

0 commit comments

Comments
 (0)