|
...
|
...
|
@@ -1760,11 +1760,11 @@ class ForgotEmailVerificationView extends GetView<AddSecurityEmailController> { |
|
|
|
child: Text(
|
|
|
|
l10n.havingTroubleContactUs,
|
|
|
|
style: TextStyle(
|
|
|
|
color: const Color(0xFF39CAF4),
|
|
|
|
color: const Color(0xFF7B9BFB),
|
|
|
|
fontSize: 14,
|
|
|
|
fontWeight: FontWeight.w500,
|
|
|
|
decoration: TextDecoration.underline,
|
|
|
|
decorationColor: const Color(0xFF39CAF4),
|
|
|
|
decorationColor: const Color(0xFF7B9BFB),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
...
|
...
|
|