We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74ce944 commit 0aad9adCopy full SHA for 0aad9ad
components/SLDSLookup/Menu/Item/index.jsx
@@ -56,7 +56,7 @@ class Item extends React.Component {
56
return <ListItemLabel {... this.props} />;
57
}
58
return [
59
- <Icon name={this.props.iconName} category={this.props.iconCategory}/>,
+ <Icon name={this.props.iconName} category={this.props.iconCategory} className={this.props.iconClasses} />,
60
this.boldSearchText(this.props.children.label)
61
]
62
0 commit comments