feat: update login and logout components and labels

This commit is contained in:
Maximilian Liebmann 2025-05-04 04:36:11 +02:00 committed by SomeCodecat
parent 4d781775e3
commit 486e8cc1f8
6 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
.button {
background-color: var(--color-50);
border-radius: 9999px;
border-radius: 16px;
padding: 10px 20px;
outline: none;
border: 2px solid var(--color-100);

View file

@ -13,7 +13,7 @@
width: 100%;
height: 50px;
border: 1px solid var(--textbox-75);
border-radius: 9999px;
border-radius: 16px;
padding: 10px 20px;
background-color: var(--textbox-50);
color: var(--foreground);