fix: update LabeledInput component to use Label from UI library and adjust spacing in LoginForm
All checks were successful
container-scan / Container Scan (pull_request) Successful in 2m6s
docker-build / docker (pull_request) Successful in 3m14s

This commit is contained in:
Maximilian Liebmann 2025-05-11 13:46:40 +02:00 committed by SomeCodecat
parent b87a761808
commit 7555cb4fe8
2 changed files with 6 additions and 5 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-full'>
<form className='flex flex-col gap-5 w-full'>
<LabeledInput
type='email'
label='E-Mail'