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