File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
frontend/src/pages/Auth/SignUp/components Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 8282 & -icon {
8383 margin-right : 0.375rem ;
8484 font-size : 1.1rem ;
85+ color : var (--ion-color-medium );
8586 }
8687
87- & - valid {
88+ & . valid {
8889 color : var (--ion-color-success );
8990 }
9091
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import classNames from 'classnames';
1313import { Form , Formik , useFormikContext } from 'formik' ;
1414import { object , string , ref } from 'yup' ;
1515import { useTranslation } from 'react-i18next' ;
16- import { checkmarkCircle , ellipseOutline } from 'ionicons/icons' ;
16+ import { checkmarkCircle , checkmarkCircleOutline } from 'ionicons/icons' ;
1717
1818import './SignUpForm.scss' ;
1919import { BaseComponentProps } from 'common/components/types' ;
@@ -62,7 +62,7 @@ const PasswordGuidelines = () => {
6262 } `}
6363 >
6464 < IonIcon
65- icon = { isValid ? checkmarkCircle : ellipseOutline }
65+ icon = { isValid ? checkmarkCircle : checkmarkCircleOutline }
6666 className = "ls-signup-form__password-guidelines-item-icon"
6767 />
6868 < span > { text } </ span >
You can’t perform that action at this time.
0 commit comments