feat: adjust register and login buttons
This commit is contained in:
parent
65471d1666
commit
68306f3893
2 changed files with 2 additions and 16 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue