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 fb6267a commit f1b5790Copy full SHA for f1b5790
components/SLDSPicklistBase/list-item.jsx
@@ -147,7 +147,7 @@ module.exports = React.createClass({
147
aria-checked={this.props.isSelected}
148
role='menuitemradio'
149
tabIndex={-1}>
150
- {this.props.isSelected?<Icon name='task2' size='small' position='left' category='standard' />:null}
+ {this.props.isSelected?<Icon name='check' position='left' category='utility' />:null}
151
{this.props.label}
152
</a>
153
</li>
0 commit comments