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 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'apps/web/app/check-email') 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.

-- cgit v1.2.3-70-g09d2