Commit 67be8736923d2095ef0bc93654506766ad865f5c

Authored by 常守达
1 parent ae703c52

fix(login): 字体颜色

... ... @@ -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),
),
),
),
... ...
... ... @@ -363,11 +363,11 @@ class EmailLoginNewPasswordView extends GetView<LoginController> {
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),
),
),
),
... ...