diff --git a/frontend/components/ui/input.tsx b/frontend/components/ui/input.tsx index 2a5f9f89..d9034421 100644 --- a/frontend/components/ui/input.tsx +++ b/frontend/components/ui/input.tsx @@ -45,6 +45,7 @@ const Input = React.forwardRef( className={cn( "primary-input !placeholder-transparent", icon && "pl-9", + type === "password" && "!pr-8", icon ? inputClassName : className, )} ref={ref}