refactor: restyle login page with UI components
All checks were successful
container-scan / Container Scan (pull_request) Successful in 8m27s
docker-build / docker (pull_request) Successful in 9m5s

Improves the login page's visual appearance by using Card and Input components.
This commit is contained in:
Maximilian Liebmann 2025-05-09 17:38:07 +02:00
parent a56b6829a2
commit 8ab50b2c5e
6 changed files with 142 additions and 45 deletions

View file

@ -3,7 +3,7 @@ import { Button } from '@/components/ui/button';
export default function LoginForm() {
return (
<form className='flex flex-col gap-4 w-7/8'>
<form className='flex flex-col gap-4 w-full'>
<LabeledInput
type='email'
label='E-Mail'