Skip to content

Commit 07c1423

Browse files
committed
fix: sibling selector in select picker
1 parent 7765833 commit 07c1423

File tree

1 file changed

+1
-1
lines changed
  • src/Shared/Components/SelectPicker

1 file changed

+1
-1
lines changed

src/Shared/Components/SelectPicker/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ export const getCommonSelectStyle = <OptionValue, IsMulti extends boolean>({
204204
opacity: 0.5,
205205
}),
206206

207-
'+ .select-picker__group': {
207+
'& + .select-picker__group': {
208208
marginTop: '4px',
209209
},
210210
}),

0 commit comments

Comments
 (0)