File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/Shared/Components/SelectPicker Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ const getVariantOverrides = <OptionValue>(
60
60
backgroundColor : 'transparent' ,
61
61
border : 'none' ,
62
62
padding : 0 ,
63
- gap : '2px' ,
64
63
} ) ,
65
64
singleValue : ( ) => ( {
66
65
fontWeight : 600 ,
@@ -73,7 +72,6 @@ const getVariantOverrides = <OptionValue>(
73
72
'&:not(:hover)' : {
74
73
backgroundColor : 'transparent' ,
75
74
borderColor : 'transparent' ,
76
- gap : '2px' ,
77
75
} ,
78
76
} ) ,
79
77
...( state . menuIsOpen && {
@@ -166,7 +164,7 @@ export const getCommonSelectStyle = <OptionValue, IsMulti extends boolean>({
166
164
maxHeight : '120px' ,
167
165
overflow : 'auto' ,
168
166
alignItems : 'safe center' ,
169
- transition : 'border-color 0.17s, border 0.17s, gap 0.17s ' ,
167
+ transition : 'border-color 0.17s, border 0.17s' ,
170
168
...( control ( base , state ) || { } ) ,
171
169
172
170
'&:hover' : {
You can’t perform that action at this time.
0 commit comments