From 0a6672a0f2013c807a90a4659b599ef66f37d30f Mon Sep 17 00:00:00 2001 From: jaswanthshakthi <jaswanthshakthi@gmail.com> Date: Sun, 16 Mar 2025 09:41:00 +0530 Subject: [PATCH] some changes --- src/components2/AdminLogin2/AdminLogin4.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components2/AdminLogin2/AdminLogin4.jsx b/src/components2/AdminLogin2/AdminLogin4.jsx index 2c3d36e..c9c5bdd 100644 --- a/src/components2/AdminLogin2/AdminLogin4.jsx +++ b/src/components2/AdminLogin2/AdminLogin4.jsx @@ -42,15 +42,15 @@ export default function AdminLogin() { OMPOI - Admin </h1> - <div className="bg-[#2E2E2E] p-6 rounded-lg shadow-lg w-[90%] h-[90%] flex flex-col md:flex-row py-12"> + <div className="bg-[#2E2E2E] p-6 rounded-[32.6px] shadow-lg w-[90%] h-[90%] flex flex-col md:flex-row py-12"> <div className="hidden md:flex w-1/2 items-center justify-center p-4 min-w-[300px]"> <img src={loginImage} alt="Login" className="w-[80%] lg:w-[80%] xl:w-[80%]" /> </div> - <div className="w-[1px] bg-gray-600 hidden md:block"></div> + <div className="w-[1px] bg-[#7DEBD9] hidden md:block"></div> <div className="w-full md:w-1/2 flex flex-col items-center justify-start p-6 text-[#6FE7D1] mt-12"> - <h2 className="text-3xl md:text-3xl font-font-primary font-semibold text-[#6FE7D1] mb-6"> + <h2 className="text-3xl md:text-3xl font-font-primary font-semibold text-[7DEBD9] mb-6"> Admin Login </h2> <form onSubmit={handleSubmit} className="w- max-w-md"> -- GitLab