From 71db2f8c386c59ebe08065ee36da568a55268803 Mon Sep 17 00:00:00 2001 From: JoeMakuta Date: Sun, 29 Mar 2026 17:27:09 +0200 Subject: [PATCH] style: update LocalLoginForm styles with theme colors ref from global.css --- .../app/(home)/login/LocalLoginForm.tsx | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/surfsense_web/app/(home)/login/LocalLoginForm.tsx b/surfsense_web/app/(home)/login/LocalLoginForm.tsx index 7c85eedbd..3d675e56d 100644 --- a/surfsense_web/app/(home)/login/LocalLoginForm.tsx +++ b/surfsense_web/app/(home)/login/LocalLoginForm.tsx @@ -96,7 +96,7 @@ export function LocalLoginForm() { animate={{ opacity: 1, y: 0, scale: 1 }} exit={{ opacity: 0, y: -10, scale: 0.95 }} transition={{ duration: 0.3 }} - className="rounded-lg border border-red-200 bg-red-50 p-4 text-red-900 shadow-sm dark:border-red-900/30 dark:bg-red-900/20 dark:text-red-200" + className="rounded-lg border border-destructive/20 bg-destructive/10 p-4 text-destructive shadow-sm" >
Error Icon @@ -118,13 +118,13 @@ export function LocalLoginForm() {

{error.title}

-

{error.message}

+

{error.message}

@@ -221,11 +221,11 @@ export function LocalLoginForm() { {authType === "LOCAL" && (
-

+

{t("dont_have_account")}{" "} {t("sign_up")}