You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-20 16:22:28 +03:00
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:
@@ -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>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user