- Updated the colors of the application;
- Added the ability for a user to partially update their profile
This commit is contained in:
@@ -83,7 +83,7 @@ export default function Login() {
|
||||
Forgot Password?
|
||||
</Link>
|
||||
</div>
|
||||
<Button className="mt-8 w-full" color="green" disabled={isLoading}>
|
||||
<Button className="mt-8 w-full" color="purple" disabled={isLoading}>
|
||||
{!isLoading && "Login"}
|
||||
{isLoading && (
|
||||
<div className="flex items-center justify-center">
|
||||
|
||||
Reference in New Issue
Block a user