diff --git a/web/ASC.Web.Components/src/components/password-input/index.js b/web/ASC.Web.Components/src/components/password-input/index.js index f85cdc17f5..26c4cbc581 100644 --- a/web/ASC.Web.Components/src/components/password-input/index.js +++ b/web/ASC.Web.Components/src/components/password-input/index.js @@ -390,6 +390,7 @@ class PasswordInput extends React.Component { type={type} iconColor={`${iconsColor} !important`} iconSize={16} + hoverColor={"#A3A9AE"} isIconFill={true} onBlur={this.onBlur} hasWarning={hasWarning}