Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nhamngo29 committed Nov 24, 2024
1 parent 4c32640 commit 0129054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/InputNumber/InputNumber.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const InputNumber = forwardRef<HTMLInputElement, InputNumberProps>(function Inpu
errorMessage,
className,
classNameInput = 'p-3 w-full outline-none border border-gray-300 focus:border-gray-500 rounded-sm focus:shadow-sm',
classNameError = 'mt-1 text-red-600 min-h-[1.25rem] text-sm',
classNameError = 'mt-1 text-red-600 min-h-[1.25rem] text-sm',
onChange,
...rest
},
Expand Down

0 comments on commit 0129054

Please sign in to comment.