flip the icons for consistent UX (#1100)
This commit is contained in:
		
							parent
							
								
									d41b2e14f1
								
							
						
					
					
						commit
						255f97a2b3
					
				@ -1061,10 +1061,10 @@ function PasswordHider ({ onClick, showPass }) {
 | 
			
		||||
      onClick={onClick}
 | 
			
		||||
    >
 | 
			
		||||
      {!showPass
 | 
			
		||||
        ? <EyeClose
 | 
			
		||||
        ? <Eye
 | 
			
		||||
            fill='var(--bs-body-color)' height={20} width={20}
 | 
			
		||||
          />
 | 
			
		||||
        : <Eye
 | 
			
		||||
        : <EyeClose
 | 
			
		||||
            fill='var(--bs-body-color)' height={20} width={20}
 | 
			
		||||
          />}
 | 
			
		||||
    </InputGroup.Text>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user