Skip to content

Commit

Permalink
Issue #88 resolved : fixed the eye button position
Browse files Browse the repository at this point in the history
  • Loading branch information
Anamika-garg committed Oct 6, 2024
1 parent 4355b63 commit 22facf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Auth/LoginForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function LoginForm() {
/>
<span
onClick={() => setShowPassword((prev) => !prev)}
className="absolute right-3 top-[26px] z-[10] cursor-pointer">
className="absolute right-3 top-[35px] z-[10] cursor-pointer">
{showPassword ? (
<AiOutlineEyeInvisible
fontSize={24}
Expand Down

0 comments on commit 22facf4

Please sign in to comment.