Skip to content
Snippets Groups Projects
Commit d83c2b7c authored by Amine FILALI's avatar Amine FILALI Committed by Makhtar DIAGNE
Browse files

[FIX RABB-664] Show secondary color instead of primary for valid-check password

parent de9a6282
No related branches found
No related tags found
1 merge request!1Feature/design/1
......@@ -66,7 +66,7 @@
}
&.valid {
color: var(--vitamui-primary);
color: var(--vitamui-secondary);
i {
opacity: 1;
......
......@@ -252,7 +252,7 @@
transition: opacity 100ms ease-out;
vertical-align: middle; }
.helper.password-helper ul li.valid {
color: var(--vitamui-primary); }
color: var(--vitamui-secondary); }
.helper.password-helper ul li.valid i {
opacity: 1; }
......
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