Showing
2 changed files
with
4 additions
and
4 deletions
| @@ -1760,11 +1760,11 @@ class ForgotEmailVerificationView extends GetView<AddSecurityEmailController> { | @@ -1760,11 +1760,11 @@ class ForgotEmailVerificationView extends GetView<AddSecurityEmailController> { | ||
| 1760 | child: Text( | 1760 | child: Text( |
| 1761 | l10n.havingTroubleContactUs, | 1761 | l10n.havingTroubleContactUs, |
| 1762 | style: TextStyle( | 1762 | style: TextStyle( |
| 1763 | - color: const Color(0xFF39CAF4), | 1763 | + color: const Color(0xFF7B9BFB), |
| 1764 | fontSize: 14, | 1764 | fontSize: 14, |
| 1765 | fontWeight: FontWeight.w500, | 1765 | fontWeight: FontWeight.w500, |
| 1766 | decoration: TextDecoration.underline, | 1766 | decoration: TextDecoration.underline, |
| 1767 | - decorationColor: const Color(0xFF39CAF4), | 1767 | + decorationColor: const Color(0xFF7B9BFB), |
| 1768 | ), | 1768 | ), |
| 1769 | ), | 1769 | ), |
| 1770 | ), | 1770 | ), |
| @@ -363,11 +363,11 @@ class EmailLoginNewPasswordView extends GetView<LoginController> { | @@ -363,11 +363,11 @@ class EmailLoginNewPasswordView extends GetView<LoginController> { | ||
| 363 | child: Text( | 363 | child: Text( |
| 364 | l10n.havingTroubleContactUs, | 364 | l10n.havingTroubleContactUs, |
| 365 | style: TextStyle( | 365 | style: TextStyle( |
| 366 | - color: const Color(0xFF39CAF4), | 366 | + color: const Color(0xFF7B9BFB), |
| 367 | fontSize: 14, | 367 | fontSize: 14, |
| 368 | fontWeight: FontWeight.w500, | 368 | fontWeight: FontWeight.w500, |
| 369 | decoration: TextDecoration.underline, | 369 | decoration: TextDecoration.underline, |
| 370 | - decorationColor: const Color(0xFF39CAF4), | 370 | + decorationColor: const Color(0xFF7B9BFB), |
| 371 | ), | 371 | ), |
| 372 | ), | 372 | ), |
| 373 | ), | 373 | ), |
-
Please register or login to post a comment