Add check and x icons for validation feedback
Adds icons from the Feather set with the same color as text. Tweaks validation item spacing to match the design.
This commit is contained in:
parent
87f13cfe55
commit
37e09b5569
4 changed files with 39 additions and 3 deletions
|
@ -97,7 +97,7 @@ export default function withValidation({ description, rules }) {
|
|||
}
|
||||
|
||||
const feedback = <div className="mx_Validation">
|
||||
<div>{description}</div>
|
||||
<div className="mx_Validation_description">{description}</div>
|
||||
{details}
|
||||
</div>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue