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 @@ -708,12 +708,7 @@ export const PicklistItem: FC<PicklistItemProps> = ({
708708 >
709709 < span className = 'slds-media__figure slds-listbox__option-icon' >
710710 { icon ? (
711- < Icon
712- category = 'utility'
713- icon = { icon }
714- size = 'x-small'
715- textColor = 'currentColor'
716- />
711+ < Icon category = 'utility' icon = { icon } size = 'x-small' />
717712 ) : selected ? (
718713 < Icon
719714 category = 'utility'
@@ -730,12 +725,7 @@ export const PicklistItem: FC<PicklistItemProps> = ({
730725 </ span >
731726 { iconRight && (
732727 < span className = 'slds-media__figure slds-media__figure_reverse' >
733- < Icon
734- category = 'utility'
735- icon = { iconRight }
736- size = 'x-small'
737- textColor = 'currentColor'
738- />
728+ < Icon category = 'utility' icon = { iconRight } size = 'x-small' />
739729 </ span >
740730 ) }
741731 </ div >
You can’t perform that action at this time.
0 commit comments