mirror of
https://github.com/wassname/talk.git
synced 2026-07-13 02:21:34 +08:00
Updated
This commit is contained in:
@@ -44,7 +44,7 @@ const ValidationMessage: StatelessComponent<ValidationMessageProps> = props => {
|
||||
return (
|
||||
<div className={rootClassName} {...rest}>
|
||||
{color === "error" && (
|
||||
<Icon size="xs" className={classes.icon}>
|
||||
<Icon size="sm" className={classes.icon}>
|
||||
warning
|
||||
</Icon>
|
||||
)}
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ exports[`renders correctly 1`] = `
|
||||
className="ValidationMessage-root ValidationMessage-colorError custom"
|
||||
>
|
||||
<span
|
||||
className="Icon-root ValidationMessage-icon Icon-xs"
|
||||
className="Icon-root ValidationMessage-icon Icon-sm"
|
||||
>
|
||||
warning
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user