Skip to content
Snippets Groups Projects
Commit 6d0724f5 authored by Sinzeanu Demetriad's avatar Sinzeanu Demetriad
Browse files

feat(PasswordValidation): Used custom icon instead of feather library

parent 246061cd
No related branches found
No related tags found
3 merge requests!222Sprint #26,!217Sprint #26,!190Hin 1141
......@@ -51,8 +51,15 @@ const PasswordValidation = ({
</Item>
</Row>
<Row alignItems="center" justify="flex-start" mb={-1 / 2}>
<IconButton icon="info" iconSize={2} ml={-1 / 2} primary unclickable />
<Row alignItems="center" justify="flex-start">
<IconButton
fontIcon="infoIcon"
iconSize={2}
mb={1 / 2}
mr={1 / 2}
primary
unclickable
/>
<RulesTitle>The password must contain: </RulesTitle>
</Row>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment