Compare commits

...

1 Commits

Author SHA1 Message Date
ChineseChikki 048b89d801 Line-Adjustment 2023-01-26 14:20:24 +01:00
+3 -4
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>
@@ -122,9 +122,8 @@ export default function Login() {
<button
onClick={doLogin}
type="button"
className={`btn-login rounded-[50px] mb-6 text-xl text-white font-bold flex justify-center bg-purple items-center ${
loginLoading ? "active" : ""
}`}
className={`btn-login rounded-[50px] mb-6 text-xl text-white font-bold flex justify-center bg-purple items-center ${loginLoading ? "active" : ""
}`}
>
{loginLoading ? (
<div className="signup btn-loader"></div>