Added padding when password button is present

This commit is contained in:
Lucas Oliveira 2025-09-24 11:58:58 -03:00
parent 9a5310ffec
commit 7e3624a0fa

View file

@ -45,6 +45,7 @@ const Input = React.forwardRef<HTMLInputElement, InputProps>(
className={cn(
"primary-input !placeholder-transparent",
icon && "pl-9",
type === "password" && "!pr-8",
icon ? inputClassName : className,
)}
ref={ref}