Skip to content

Commit

Permalink
feat: reduce autocomplete radii
Browse files Browse the repository at this point in the history
  • Loading branch information
robinpyon authored and mariuslundgard committed Dec 7, 2023
1 parent 0f89cc6 commit db3484a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/autocomplete/autocomplete.tsx
Expand Up @@ -141,7 +141,7 @@ const InnerAutocomplete = forwardRef(function InnerAutocomplete<
padding: paddingProp = 3,
popover = EMPTY_RECORD,
prefix,
radius = 3,
radius = 2,
readOnly,
relatedElements,
renderOption: renderOptionProp,
Expand Down

0 comments on commit db3484a

Please sign in to comment.