Skip to content

Commit

Permalink
vertically align the dropdown icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
Srayash committed Nov 5, 2024
1 parent 6b57124 commit 6f74b0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Form/FormFields/AutocompleteMultiselect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,14 +147,14 @@ export const AutocompleteMutliSelect = <T, V>(
ref={comboButtonRef}
className="absolute inset-y-0 right-0 flex items-center pr-2"
>
<div className="absolute right-0 top-1 mr-2 flex items-center text-lg text-secondary-900">
<div className="text-lg text-secondary-900">
{props.isLoading ? (
<CareIcon icon="l-spinner" className="animate-spin" />
) : (
<CareIcon
id="dropdown-toggle"
icon="l-angle-down"
className="-mb-1.5"
className="text-lg"
/>
)}
</div>
Expand Down

0 comments on commit 6f74b0f

Please sign in to comment.