adjust style

This commit is contained in:
Qing
2024-05-06 22:28:36 +08:00
parent e4e3871bf2
commit 0b9ce2cabe
4 changed files with 20 additions and 20 deletions

View File

@@ -83,7 +83,7 @@ const NumberInput = React.forwardRef<HTMLInputElement, NumberInputProps>(
ref={ref}
value={value}
onInput={onInput}
className={cn("text-center", className)}
className={cn("text-center h-7 px-1", className)}
{...rest}
/>
)