diff --git a/lib/api/sendVerificationRequest.ts b/lib/api/sendVerificationRequest.ts index b51db86d..5951e9f3 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 + + |