Skip to content

Commit

Permalink
Merge pull request #89 from Anamika-garg/password-eye-btn
Browse files Browse the repository at this point in the history
Issue #88 resolved : Password eye btn fixed
  • Loading branch information
samyakmaitre authored Oct 6, 2024
2 parents 7cae986 + 22facf4 commit ba8f816
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 ba8f816

Please sign in to comment.