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 2a54df7 commit dfda073Copy full SHA for dfda073
components/SLDSButton/index.js
@@ -67,6 +67,7 @@ class Button extends React.Component {
67
<button className={this.getClassName()} {...props} onClick={click}>
68
<Icon
69
name={this.props.iconName}
70
+ category='utility'
71
size={this.props.iconSize}
72
className={'slds-icon'} />
73
<span className="slds-assistive-text">{this.props.label}</span>
components/SLDSIcons.js
@@ -51,7 +51,7 @@ export const Icon = React.createClass({
51
52
getDefaultProps() {
53
return {
54
- category: 'utility',
+ category: 'standard',
55
};
56
},
57
0 commit comments