diff --git a/frontend/src/component/common/PasswordField/PasswordField.tsx b/frontend/src/component/common/PasswordField/PasswordField.tsx index 7b95a09625..61fa587a21 100644 --- a/frontend/src/component/common/PasswordField/PasswordField.tsx +++ b/frontend/src/component/common/PasswordField/PasswordField.tsx @@ -22,7 +22,7 @@ const PasswordField = ({ ...rest }) => { type={showPassword ? 'text' : 'password'} InputProps={{ style: { - paddingRight: '0px !important', + paddingRight: '0px', }, endAdornment: ( diff --git a/frontend/src/component/user/PasswordAuth/PasswordAuth.jsx b/frontend/src/component/user/PasswordAuth/PasswordAuth.jsx index 98ed83b58c..1dda82d4a5 100644 --- a/frontend/src/component/user/PasswordAuth/PasswordAuth.jsx +++ b/frontend/src/component/user/PasswordAuth/PasswordAuth.jsx @@ -114,6 +114,8 @@ const PasswordAuth = ({ authDetails, passwordLogin }) => { helperText={usernameError} autoComplete="true" data-test={LOGIN_EMAIL_ID} + variant="outlined" + size="small" />