We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6155e0 commit 3d17ffbCopy full SHA for 3d17ffb
1 file changed
src/@next/Combobox/components/OptionList/OptionListStyle.ts
@@ -1,6 +1,6 @@
1
import styled from 'styled-components';
2
import { borderRadius4 } from '../../../utilities/borderRadius';
3
-import { Blue, Neutral } from '../../../utilities/colors';
+import { Neutral } from '../../../utilities/colors';
4
import { space4, space8 } from '../../../utilities/spacing';
5
6
interface OptionListContainerProps {
@@ -31,7 +31,6 @@ export const StyledOptionList = styled.ul`
31
}
32
33
&[data-active='true'] {
34
- background: ${Blue.S08};
35
border-radius: ${borderRadius4};
36
cursor: default;
37
0 commit comments