- {props.loginAttemptInfo.contactMethod === "EMAIL"
- ? t("PWLESS_SIGN_IN_UP_CHANGE_CONTACT_INFO_EMAIL")
- : t("PWLESS_SIGN_IN_UP_CHANGE_CONTACT_INFO_PHONE")}
+
+ {props.loginAttemptInfo.contactMethod === "EMAIL"
+ ? t("PWLESS_SIGN_IN_UP_CHANGE_CONTACT_INFO_EMAIL")
+ : t("PWLESS_SIGN_IN_UP_CHANGE_CONTACT_INFO_PHONE")}
+
}
diff --git a/lib/ts/styles/styles.css b/lib/ts/styles/styles.css
index d9f40f23e..da7329534 100644
--- a/lib/ts/styles/styles.css
+++ b/lib/ts/styles/styles.css
@@ -2,7 +2,7 @@
--palette-background: 255, 255, 255;
--palette-inputBackground: 250, 250, 250;
--palette-inputBorder: 224, 224, 224;
- --palette-primary: 45, 54, 68;
+ --palette-primary: 28, 34, 42;
--palette-primaryBorder: 45, 54, 68;
--palette-success: 65, 167, 0;
--palette-successBackground: 217, 255, 191;