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 */} -