Compare commits

..

1 Commits

Author SHA1 Message Date
ChineseChikki 048b89d801 Line-Adjustment 2023-01-26 14:20:24 +01:00
+2 -2
View File
@@ -57,7 +57,7 @@ export default function Login() {
<h1 className="text-5xl font-bold leading-[74px] text-dark-gray dark:text-white">
Log In
</h1>
<div className="shape -mt-2">
<div className="shape mb-[10px]">
<img src={titleShape} alt="shape" />
</div>
</div>
@@ -132,7 +132,7 @@ export default function Login() {
)}
</button>
</div>
{loginError && <p class="text-center text-red-700 pb-4">Invalid username or password</p>}
{loginError && <p class="text-center text-red-600 pb-4">Invalid Credential</p>}
<a
href="#"
className="w-full border border-light-purple dark:border-[#5356fb29] rounded-[50px] h-[58px] flex justify-center bg-[#FAFAFA] dark:bg-[#11131F] items-center"