Skip to content

Commit 35d90ba

Browse files
DottenpixelAyesha Mazumdar
authored andcommitted
fix(input): Change error icon to use 'error' icon, not 'warning' (#3326)
1 parent 7b48637 commit 35d90ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/components/input/base/example.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ let ErrorIcon = props => (
103103
Input Label
104104
</FormElementLabel>
105105
<FormElementControl className="slds-input-has-icon slds-input-has-icon_left">
106-
<SvgIcon className="slds-input__icon" sprite="utility" symbol="warning" />
106+
<SvgIcon className="slds-input__icon" sprite="utility" symbol="error" />
107107
<Input required aria-describedby={props.errorId} />
108108
</FormElementControl>
109109
<div id={props.errorId} className="slds-form-element__help">

0 commit comments

Comments
 (0)