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}
|
onClick={onClick}
|
||||||
>
|
>
|
||||||
{!showPass
|
{!showPass
|
||||||
? <EyeClose
|
? <Eye
|
||||||
fill='var(--bs-body-color)' height={20} width={20}
|
fill='var(--bs-body-color)' height={20} width={20}
|
||||||
/>
|
/>
|
||||||
: <Eye
|
: <EyeClose
|
||||||
fill='var(--bs-body-color)' height={20} width={20}
|
fill='var(--bs-body-color)' height={20} width={20}
|
||||||
/>}
|
/>}
|
||||||
</InputGroup.Text>
|
</InputGroup.Text>
|
||||||
|
|
Loading…
Reference in New Issue