Skip to content

Commit

Permalink
OV-1: * fix password icon position
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandra Nedashkivska committed Aug 20, 2024
1 parent b9b83b3 commit baac967
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const PasswordInput: React.FC<Properties> = ({ label, name, hasError }) => {
name={name}
icon="right"
/>
<InputRightElement top="unset" bottom={hasError ? '27px' : 0}>
<InputRightElement top="unset" bottom={hasError ? '25px' : 0}>
<IconButton
aria-label={
isPasswordVisible ? 'Hide password' : 'Show password'
Expand Down

0 comments on commit baac967

Please sign in to comment.