From 677e457dc1c466d49b99b6a27ffcffb9713aa6d3 Mon Sep 17 00:00:00 2001 From: AmirReza Jamali Date: Mon, 9 Mar 2026 13:00:42 +0330 Subject: [PATCH] Redesign Login page, Add Theme toggle button and logo in login card --- src/app/auth/sign-in/page.tsx | 4 ++-- src/components/Auth/Signin/index.tsx | 5 +++++ src/components/Auth/SigninWithPassword.tsx | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/app/auth/sign-in/page.tsx b/src/app/auth/sign-in/page.tsx index 87571ba..2d551ac 100644 --- a/src/app/auth/sign-in/page.tsx +++ b/src/app/auth/sign-in/page.tsx @@ -8,9 +8,9 @@ export const metadata: Metadata = { export default function SignIn() { return (
-
+
-
+
diff --git a/src/components/Auth/Signin/index.tsx b/src/components/Auth/Signin/index.tsx index f289398..36f8120 100644 --- a/src/components/Auth/Signin/index.tsx +++ b/src/components/Auth/Signin/index.tsx @@ -1,9 +1,14 @@ +"use client"; +import { Logo } from "@/components/logo"; import SigninWithPassword from "../SigninWithPassword"; export default function Signin() { return ( <>
+
+ +
diff --git a/src/components/Auth/SigninWithPassword.tsx b/src/components/Auth/SigninWithPassword.tsx index b7e12cf..0b22163 100644 --- a/src/components/Auth/SigninWithPassword.tsx +++ b/src/components/Auth/SigninWithPassword.tsx @@ -28,8 +28,8 @@ export default function SigninWithPassword() { }); }; return ( -
-
+ +