feat: update button variants and styles for improved consistency and accessibility

This commit is contained in:
Maximilian Liebmann 2025-05-30 19:46:43 +02:00
parent 573c3053b6
commit 327b984974
6 changed files with 20 additions and 15 deletions

View file

@ -15,7 +15,7 @@ export default function LabeledInput({
name?: string;
}) {
return (
<div className='grid grid-cols-1 gap-1 font-label'>
<div className='grid grid-cols-1 gap-1'>
<Label htmlFor={name}>{label}</Label>
<Input