feat: update button variants and styles for improved consistency and accessibility
This commit is contained in:
parent
573c3053b6
commit
327b984974
6 changed files with 20 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue