From 9231119146f3196fe037bc0d4a23e4c7191843ea Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sat, 12 Jul 2025 22:01:13 +0000 Subject: fix(web): Fix dark mode in auth pages --- apps/web/app/check-email/page.tsx | 10 +++++----- apps/web/app/forgot-password/page.tsx | 2 +- apps/web/app/reset-password/page.tsx | 2 +- apps/web/app/signin/page.tsx | 2 +- apps/web/app/signup/page.tsx | 2 +- apps/web/app/verify-email/page.tsx | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) (limited to 'apps/web') diff --git a/apps/web/app/check-email/page.tsx b/apps/web/app/check-email/page.tsx index 96f0afb4..227e116c 100644 --- a/apps/web/app/check-email/page.tsx +++ b/apps/web/app/check-email/page.tsx @@ -44,7 +44,7 @@ export default function CheckEmailPage() { if (!email) { return ( -
+
@@ -65,7 +65,7 @@ export default function CheckEmailPage() { } return ( -
+
Check Your Email @@ -79,11 +79,11 @@ export default function CheckEmailPage() {
-

+

We've sent a verification email to:

-

{email}

-

+

{email}

+

Click the link in the email to verify your account and complete your registration.

diff --git a/apps/web/app/forgot-password/page.tsx b/apps/web/app/forgot-password/page.tsx index 1faa8967..0b765cf6 100644 --- a/apps/web/app/forgot-password/page.tsx +++ b/apps/web/app/forgot-password/page.tsx @@ -10,7 +10,7 @@ export default async function ForgotPasswordPage() { } return ( -
+
diff --git a/apps/web/app/reset-password/page.tsx b/apps/web/app/reset-password/page.tsx index 1d05606e..e88349f1 100644 --- a/apps/web/app/reset-password/page.tsx +++ b/apps/web/app/reset-password/page.tsx @@ -24,7 +24,7 @@ export default async function ResetPasswordPage({ } return ( -
+
diff --git a/apps/web/app/signin/page.tsx b/apps/web/app/signin/page.tsx index a784dd7e..166e946a 100644 --- a/apps/web/app/signin/page.tsx +++ b/apps/web/app/signin/page.tsx @@ -10,7 +10,7 @@ export default async function SignInPage() { } return ( -
+
diff --git a/apps/web/app/signup/page.tsx b/apps/web/app/signup/page.tsx index 841c07a8..ee77f65e 100644 --- a/apps/web/app/signup/page.tsx +++ b/apps/web/app/signup/page.tsx @@ -10,7 +10,7 @@ export default async function SignUpPage() { } return ( -
+
diff --git a/apps/web/app/verify-email/page.tsx b/apps/web/app/verify-email/page.tsx index e8792465..da9b8b6b 100644 --- a/apps/web/app/verify-email/page.tsx +++ b/apps/web/app/verify-email/page.tsx @@ -72,7 +72,7 @@ export default function VerifyEmailPage() { }; return ( -
+
-- cgit v1.2.3-70-g09d2