mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +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'}
 | 
					            type={showPassword ? 'text' : 'password'}
 | 
				
			||||||
            InputProps={{
 | 
					            InputProps={{
 | 
				
			||||||
                style: {
 | 
					                style: {
 | 
				
			||||||
                    paddingRight: '0px !important',
 | 
					                    paddingRight: '0px',
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                endAdornment: (
 | 
					                endAdornment: (
 | 
				
			||||||
                    <InputAdornment position="end">
 | 
					                    <InputAdornment position="end">
 | 
				
			||||||
 | 
				
			|||||||
@ -114,6 +114,8 @@ const PasswordAuth = ({ authDetails, passwordLogin }) => {
 | 
				
			|||||||
                                helperText={usernameError}
 | 
					                                helperText={usernameError}
 | 
				
			||||||
                                autoComplete="true"
 | 
					                                autoComplete="true"
 | 
				
			||||||
                                data-test={LOGIN_EMAIL_ID}
 | 
					                                data-test={LOGIN_EMAIL_ID}
 | 
				
			||||||
 | 
					                                variant="outlined"
 | 
				
			||||||
 | 
					                                size="small"
 | 
				
			||||||
                            />
 | 
					                            />
 | 
				
			||||||
                            <PasswordField
 | 
					                            <PasswordField
 | 
				
			||||||
                                label="Password"
 | 
					                                label="Password"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user