Updated button style to rounded edges

This commit is contained in:
Zor0000 2024-10-02 01:19:24 +05:30
parent fde1efa154
commit e2e06f6f4c
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>