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 0ea4123 commit 27710c9Copy full SHA for 27710c9
src/Select/styles.js
@@ -39,7 +39,15 @@ const defaultStyles = ({ size }) => ({
39
...getBorderStyles(isFocused, isSelected),
40
},
41
}),
42
- dropdownIndicator: (styles) => ({ ...styles, color: systemColors.UX_GRAY_600 }),
+ clearIndicator: (styles) => ({
43
+ ...styles,
44
+ cursor: 'pointer',
45
+ }),
46
+ dropdownIndicator: (styles) => ({
47
48
+ color: systemColors.UX_GRAY_600,
49
50
51
indicatorSeparator: (styles) => ({ ...styles, display: 'none' }),
52
multiValue: (styles) => ({
53
...styles,
0 commit comments