Updated the platform colors to the new ones
This commit is contained in:
@@ -71,15 +71,15 @@ export default function Login() {
|
||||
<input type="checkbox" className="hidden" />
|
||||
<div
|
||||
className={clsx(
|
||||
"w-4 h-4 rounded-sm flex items-center justify-center border border-mti-green-light bg-white",
|
||||
"w-4 h-4 rounded-sm flex items-center justify-center border border-mti-purple-light bg-white",
|
||||
"transition duration-300 ease-in-out",
|
||||
rememberPassword && "!bg-mti-green-light ",
|
||||
rememberPassword && "!bg-mti-purple-light ",
|
||||
)}>
|
||||
<BsCheck color="white" className="w-full h-full" />
|
||||
</div>
|
||||
<span>Remember my password</span>
|
||||
</div>
|
||||
<Link href="/forgot-password" className="text-mti-green-light text-xs">
|
||||
<Link href="/forgot-password" className="text-mti-purple-light text-xs">
|
||||
Forgot Password?
|
||||
</Link>
|
||||
</div>
|
||||
@@ -94,7 +94,7 @@ export default function Login() {
|
||||
</form>
|
||||
<span className="text-mti-gray-cool text-sm font-normal mt-8">
|
||||
Don't have an account?{" "}
|
||||
<Link className="text-mti-green-light" href="/register">
|
||||
<Link className="text-mti-purple-light" href="/register">
|
||||
Sign up
|
||||
</Link>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user