Skip to content

Commit

Permalink
fix(input): Change error icon to use 'error' icon, not 'warning' (#3326)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dottenpixel authored and Ayesha Mazumdar committed Jun 14, 2018
1 parent 7b48637 commit 35d90ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/input/base/example.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ let ErrorIcon = props => (
Input Label
</FormElementLabel>
<FormElementControl className="slds-input-has-icon slds-input-has-icon_left">
<SvgIcon className="slds-input__icon" sprite="utility" symbol="warning" />
<SvgIcon className="slds-input__icon" sprite="utility" symbol="error" />
<Input required aria-describedby={props.errorId} />
</FormElementControl>
<div id={props.errorId} className="slds-form-element__help">
Expand Down

0 comments on commit 35d90ba

Please sign in to comment.