diff --git a/packages/ui/@/components/ui/input.tsx b/packages/ui/@/components/ui/input.tsx index 3bc341153..c86b8fd2f 100644 --- a/packages/ui/@/components/ui/input.tsx +++ b/packages/ui/@/components/ui/input.tsx @@ -6,14 +6,15 @@ import { cn } from '@/lib/utils' export interface InputProps extends React.InputHTMLAttributes {} -const Input = React.forwardRef( - ({ className, type, ...props }, ref) => { +const Input = React.forwardRef( + ({ className, type, small, ...props }, ref) => { return (