From a45ddda0f3b9a0084b94f769a3ae3742115238bf Mon Sep 17 00:00:00 2001 From: mahmoodsht <106068383+mahmoodsht@users.noreply.github.com> Date: Sat, 18 Oct 2025 12:19:34 +0330 Subject: [PATCH] =?UTF-8?q?=D9=85=D8=AE=D9=81=DB=8C=20=D8=B3=D8=A7=D8=B2?= =?UTF-8?q?=DB=8C=20=D9=85=D9=88=D9=82=D8=AA=20=D8=A8=D8=AE=D8=B4=20=D9=87?= =?UTF-8?q?=D8=A7=DB=8C=20=D8=BA=DB=8C=D8=B1=20=D9=81=D8=B9=D8=A7=D9=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FIGMA_LOGIN_IMPLEMENTATION.md | 6 +++--- app/components/auth/login-form.tsx | 4 ++-- app/components/dashboard/header.tsx | 10 +++++----- app/components/dashboard/sidebar.tsx | 12 ++++++------ 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/FIGMA_LOGIN_IMPLEMENTATION.md b/FIGMA_LOGIN_IMPLEMENTATION.md index 7700ec6..bd23daa 100644 --- a/FIGMA_LOGIN_IMPLEMENTATION.md +++ b/FIGMA_LOGIN_IMPLEMENTATION.md @@ -160,9 +160,9 @@ This document describes the exact implementation of the login page based on the onChange={(e) => setRememberMe(e.target.checked)} className="w-4 h-4 text-[#4FD1C7] bg-white border-gray-300 rounded focus:ring-[#4FD1C7] focus:ring-2 accent-[#4FD1C7]" /> - + // {/* Submit Button */} diff --git a/app/components/auth/login-form.tsx b/app/components/auth/login-form.tsx index 3cc0549..64375ba 100644 --- a/app/components/auth/login-form.tsx +++ b/app/components/auth/login-form.tsx @@ -176,7 +176,7 @@ export function LoginForm({ onSuccess }: LoginFormProps) { /> {/* Remember Me Checkbox */} -
+ {/*
-
+
*/} {/* Login Button */}