Updated button style to rounded edges
This commit is contained in:
parent
fde1efa154
commit
e2e06f6f4c
|
|
@ -89,7 +89,7 @@ export function Login() {
|
|||
</div>
|
||||
<div className="text-center mt-6">
|
||||
<div className="w-full flex">
|
||||
<Button type="submit" className="flex-1" loading={loading}>
|
||||
<Button type="submit" className="flex-1 rounded-[4px]" loading={loading}>
|
||||
Sign in
|
||||
</Button>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -198,7 +198,7 @@ export function RegisterAfter({
|
|||
</div>
|
||||
<div className="text-center mt-6">
|
||||
<div className="w-full flex">
|
||||
<Button type="submit" className="flex-1" loading={loading}>
|
||||
<Button type="submit" className="flex-1 rounded-[4px]" loading={loading}>
|
||||
Create Account
|
||||
</Button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue