1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix: add outlined for username login input and fix eye icon padding

This commit is contained in:
Youssef 2022-01-09 12:10:05 +01:00
parent d5652cfc57
commit 373b588514
2 changed files with 3 additions and 1 deletions

View File

@ -22,7 +22,7 @@ const PasswordField = ({ ...rest }) => {
type={showPassword ? 'text' : 'password'}
InputProps={{
style: {
paddingRight: '0px !important',
paddingRight: '0px',
},
endAdornment: (
<InputAdornment position="end">

View File

@ -114,6 +114,8 @@ const PasswordAuth = ({ authDetails, passwordLogin }) => {
helperText={usernameError}
autoComplete="true"
data-test={LOGIN_EMAIL_ID}
variant="outlined"
size="small"
/>
<PasswordField
label="Password"