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 7b48637 commit 35d90baCopy full SHA for 35d90ba
ui/components/input/base/example.jsx
@@ -103,7 +103,7 @@ let ErrorIcon = props => (
103
Input Label
104
</FormElementLabel>
105
<FormElementControl className="slds-input-has-icon slds-input-has-icon_left">
106
- <SvgIcon className="slds-input__icon" sprite="utility" symbol="warning" />
+ <SvgIcon className="slds-input__icon" sprite="utility" symbol="error" />
107
<Input required aria-describedby={props.errorId} />
108
</FormElementControl>
109
<div id={props.errorId} className="slds-form-element__help">
0 commit comments