feat: update login and logout components and labels
Some checks failed
container-scan / Container Scan (pull_request) Successful in 5m28s
docker-build / docker (pull_request) Failing after 6m20s

This commit is contained in:
Maximilian Liebmann 2025-05-04 04:36:11 +02:00
parent ec359f1eff
commit 1a34e685bd
6 changed files with 4 additions and 4 deletions

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);