Skip to content

Commit 776c513

Browse files
committed
fix icon on multiselect dropdown
1 parent 003757c commit 776c513

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/components/dropdown/dropdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ export function MultiSelectDropdown(props: MultiSelectDropdownProps) {
567567
onRemove(getChangeEvent(selectedItem));
568568
}}
569569
size={14}
570-
src="assets/icons/ic-cross.svg"
570+
src={DeleteIcon}
571571
alt={'Cross icon to clear'}
572572
role={'img'}
573573
/>

0 commit comments

Comments
 (0)