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:
parent
d5652cfc57
commit
373b588514
@ -22,7 +22,7 @@ const PasswordField = ({ ...rest }) => {
|
||||
type={showPassword ? 'text' : 'password'}
|
||||
InputProps={{
|
||||
style: {
|
||||
paddingRight: '0px !important',
|
||||
paddingRight: '0px',
|
||||
},
|
||||
endAdornment: (
|
||||
<InputAdornment position="end">
|
||||
|
@ -114,6 +114,8 @@ const PasswordAuth = ({ authDetails, passwordLogin }) => {
|
||||
helperText={usernameError}
|
||||
autoComplete="true"
|
||||
data-test={LOGIN_EMAIL_ID}
|
||||
variant="outlined"
|
||||
size="small"
|
||||
/>
|
||||
<PasswordField
|
||||
label="Password"
|
||||
|
Loading…
Reference in New Issue
Block a user