Skip to content

Commit 0aad9ad

Browse files
committed
Add iconClasses to lookup menu item Icon component
1 parent 74ce944 commit 0aad9ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/SLDSLookup/Menu/Item/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class Item extends React.Component {
5656
return <ListItemLabel {... this.props} />;
5757
}
5858
return [
59-
<Icon name={this.props.iconName} category={this.props.iconCategory}/>,
59+
<Icon name={this.props.iconName} category={this.props.iconCategory} className={this.props.iconClasses} />,
6060
this.boldSearchText(this.props.children.label)
6161
]
6262
}

0 commit comments

Comments
 (0)