Merge pull request #274 from Zor0000/rounded-button-style
Updated button style to rounded edges
This commit is contained in:
commit
0a5820b146
|
|
@ -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