From b348c1fd024aab7ff54eb622ae3ea139d34a9829 Mon Sep 17 00:00:00 2001 From: vanshikag1410 <147723490+vanshikag1410@users.noreply.github.com> Date: Sun, 10 Nov 2024 21:12:36 +0530 Subject: [PATCH] fixed the eye button (#469) --- src/views/Login.jsx | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/views/Login.jsx b/src/views/Login.jsx index 5b079ab..5e8af29 100644 --- a/src/views/Login.jsx +++ b/src/views/Login.jsx @@ -254,8 +254,15 @@ const Login = () => { }, }, endAdornment: ( - - {showPassword ? : } + + {showPassword ? : } ), }} @@ -388,4 +395,4 @@ const Login = () => { ); }; -export default Login; \ No newline at end of file +export default Login;