diff --git a/client/index.html b/client/index.html index e70cc76784..c72d3951cb 100644 --- a/client/index.html +++ b/client/index.html @@ -2,47 +2,57 @@ - - - - + + + + LibreChat - - - - - - + + + + + + + + -
- - +
+
+
+ diff --git a/client/src/components/Auth/AuthLayout.tsx b/client/src/components/Auth/AuthLayout.tsx index 6d99a00489..9f222a110a 100644 --- a/client/src/components/Auth/AuthLayout.tsx +++ b/client/src/components/Auth/AuthLayout.tsx @@ -57,7 +57,7 @@ function AuthLayout({ return (
-
+
Logo
diff --git a/client/src/components/Auth/LoginForm.tsx b/client/src/components/Auth/LoginForm.tsx index 3e50e92578..fea8a61406 100644 --- a/client/src/components/Auth/LoginForm.tsx +++ b/client/src/components/Auth/LoginForm.tsx @@ -81,7 +81,7 @@ const LoginForm: React.FC = ({ onSubmit, startupConfig, error, method="POST" onSubmit={handleSubmit((data) => onSubmit(data))} > -
+
= ({ onSubmit, startupConfig, error, }, })} aria-invalid={!!errors.email} - className="webkit-dark-styles peer block w-full appearance-none rounded-md border border-gray-300 bg-transparent px-3.5 pb-3.5 pt-4 text-sm text-gray-900 focus:border-green-500 focus:outline-none focus:ring-0 dark:border-gray-600 dark:text-white dark:focus:border-green-500" + className=" + webkit-dark-styles transition-color peer w-full rounded-2xl border border-border-light + bg-surface-primary px-3.5 pb-2.5 pt-3 duration-200 focus:border-green-500 focus:outline-none + " placeholder=" " />