Skip to content

Commit c06931b

Browse files
committed
fix GAME-177
1 parent 2a4f0fd commit c06931b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src-ts/lib/member-autocomplete/InputHandleAutocomplete.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ const InputHandleAutocomplete: FC<InputHandleAutocompleteProps> = (props: InputH
2929
control: (provided) => ({
3030
...provided,
3131
border: 'none',
32+
boxShadow: 'none',
3233
}),
3334
input: (provided) => ({
3435
...provided,

0 commit comments

Comments
 (0)