File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -712,12 +712,7 @@ export const PicklistItem: FC<PicklistItemProps> = ({
712712 >
713713 < span className = 'slds-media__figure slds-listbox__option-icon' >
714714 { icon ? (
715- < Icon
716- category = 'utility'
717- icon = { icon }
718- size = 'x-small'
719- textColor = 'currentColor'
720- />
715+ < Icon category = 'utility' icon = { icon } size = 'x-small' />
721716 ) : selected ? (
722717 < Icon
723718 category = 'utility'
@@ -734,12 +729,7 @@ export const PicklistItem: FC<PicklistItemProps> = ({
734729 </ span >
735730 { iconRight && (
736731 < span className = 'slds-media__figure slds-media__figure_reverse' >
737- < Icon
738- category = 'utility'
739- icon = { iconRight }
740- size = 'x-small'
741- textColor = 'currentColor'
742- />
732+ < Icon category = 'utility' icon = { iconRight } size = 'x-small' />
743733 </ span >
744734 ) }
745735 </ div >
You can’t perform that action at this time.
0 commit comments