mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	Merge pull request #586 from Unleash/feat/view-password
fix: add outlined for username login input and fix eye icon padding
This commit is contained in:
		
						commit
						3bbd8c3946
					
				| @ -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