chore: adjust button height in FormEditServizio for improved UI consistency
This commit is contained in:
parent
f1a323f478
commit
675db60bb9
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ export const FormEditServizio = ({
|
|||
<FormControl>
|
||||
<Button
|
||||
className={cn(
|
||||
"h-[42px] w-full pl-3 text-left font-medium",
|
||||
"h-10.5 w-full pl-3 text-left font-medium",
|
||||
!field.value && "text-muted-foreground",
|
||||
"rounded-lg border border-neutral-300 shadow-xs outline-hidden file:border-0 file:bg-transparent file:font-medium file:text-sm disabled:cursor-not-allowed disabled:opacity-50 dark:focus:border-transparent",
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue