style: Fix characters passing through password icon

This commit is contained in:
Igor Carvalho 2023-07-06 20:05:20 -03:00
commit d010a2f515

View file

@ -45,7 +45,7 @@ export default function InputComponent({
if (disableCopyPaste) setDisableCopyPaste(false);
}}
className={classNames(
" pr-12 ",
" pr-9 ",
disabled ? " input-disable " : "",
password && !pwdVisible && myValue !== "" ? "password" : "",
editNode ? " input-edit-node " : " input-primary ",