)}
@@ -144,7 +146,7 @@ const TwoFactorScreen: React.FC = React.memo(() => {
aria-label={localize('com_auth_continue')}
data-testid="login-button"
disabled={isLoading}
- className="w-full rounded-2xl bg-green-600 px-4 py-3 text-sm font-medium text-white transition-colors hover:bg-green-700 disabled:opacity-80 dark:bg-green-600 dark:hover:bg-green-700"
+ className="w-full rounded-2xl bg-surface-submit px-4 py-3 text-sm font-medium text-white transition-colors hover:bg-surface-submit-hover disabled:opacity-80"
>
{isLoading ? localize('com_auth_email_verifying_ellipsis') : localize('com_ui_verify')}
diff --git a/client/src/components/Auth/VerifyEmail.tsx b/client/src/components/Auth/VerifyEmail.tsx
index 4c24b5437b..9b4275e2c9 100644
--- a/client/src/components/Auth/VerifyEmail.tsx
+++ b/client/src/components/Auth/VerifyEmail.tsx
@@ -78,16 +78,14 @@ function RequestPasswordReset() {
const VerificationSuccess = () => (
-
- {headerText}
-
+
{headerText}
{countdown > 0 && (
-
+
{localize('com_auth_email_verification_redirecting', { 0: countdown.toString() })}
)}
{showResendLink && countdown === 0 && (
-
+
{localize('com_auth_email_verification_resend_prompt')}