feat: adjust register and login buttons

This commit is contained in:
Phan Huy Tran 2025-06-04 13:35:43 +02:00
commit 68306f3893
2 changed files with 2 additions and 16 deletions

View file

@ -21,13 +21,7 @@
(click)="showRegisterForm()"
class="w-full sm:w-auto button-primary px-6 sm:px-8 py-3 shadow-lg"
>
Konto erstellen
</button>
<button
(click)="showLoginForm()"
class="w-full sm:w-auto bg-slate-700 text-white hover:bg-slate-600 px-6 sm:px-8 py-3 shadow-lg rounded"
>
Anmelden
Jetzt registrieren
</button>
}
</div>