diff --git a/src/components/input/Input.tsx b/src/components/input/Input.tsx index 83c8cbd..8d39189 100644 --- a/src/components/input/Input.tsx +++ b/src/components/input/Input.tsx @@ -86,7 +86,7 @@ export const Input = React.forwardRef( >
( // setIsInputActive(false) // }} className={ - 'relative z-20 box-border h-full w-fit bg-transparent pl-4 outline-none outline-0 outline-offset-0 ' + + 'relative z-20 box-border h-full w-fit bg-transparent py-2 pl-4 outline-none outline-0 outline-offset-0 ' + (className ? ' ' + className : '') + (disabled ? ' pointer-events-none' : '') }