File tree 2 files changed +4
-4
lines changed
components/primitives/Select
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ const Select = (
67
67
onOpen,
68
68
onClose,
69
69
optimized,
70
- customDropdownIconProps ,
70
+ _customDropdownIconProps ,
71
71
_actionSheet,
72
72
_actionSheetContent,
73
73
_actionSheetBody,
@@ -133,7 +133,7 @@ const Select = (
133
133
) : dropdownIcon ? (
134
134
dropdownIcon
135
135
) : (
136
- < ChevronDownIcon { ...customDropdownIconProps } />
136
+ < ChevronDownIcon { ..._customDropdownIconProps } />
137
137
) ;
138
138
139
139
const handleClose = ( ) => {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export const Select = {
5
5
start : 0 ,
6
6
} ,
7
7
8
- customDropdownIconProps : {
8
+ _customDropdownIconProps : {
9
9
color : 'muted.500' ,
10
10
mr : '3' ,
11
11
size : '6' ,
@@ -26,7 +26,7 @@ export const Select = {
26
26
} ,
27
27
28
28
_dark : {
29
- customDropdownIconProps : { color : 'muted.400' , mr : '3' } ,
29
+ _customDropdownIconProps : { color : 'muted.400' , mr : '3' } ,
30
30
_hover : {
31
31
borderColor : 'primary.500' ,
32
32
} ,
You can’t perform that action at this time.
0 commit comments