From 31c56b5009a177480502b6ac5e31a113ab10a06e Mon Sep 17 00:00:00 2001 From: daniel31x13 Date: Wed, 27 Dec 2023 15:52:06 -0500 Subject: [PATCH] minor change --- lib/api/sendVerificationRequest.ts | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/lib/api/sendVerificationRequest.ts b/lib/api/sendVerificationRequest.ts index b51db86..5951e9f 100644 --- a/lib/api/sendVerificationRequest.ts +++ b/lib/api/sendVerificationRequest.ts @@ -26,7 +26,7 @@ function html(params: { url: string; host: string; theme: Theme }) { const escapedHost = host.replace(/\./g, "​."); - const brandColor = theme.brandColor || "#346df1"; + const brandColor = theme.brandColor || "#0029cf"; const color = { background: "#f9f9f9", text: "#444", @@ -50,10 +50,11 @@ function html(params: { url: string; host: string; theme: Theme }) { - +
Sign - in + + Sign in + +