From b7e01d02686735a6946a6312c84cd435515684e3 Mon Sep 17 00:00:00 2001 From: Palash Dhavle Date: Sat, 28 Oct 2023 13:27:40 +0530 Subject: [PATCH] made eye icon smaller and changed the color to match the input border --- components/ui/input.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/ui/input.tsx b/components/ui/input.tsx index 14a799a1..7c9cf215 100644 --- a/components/ui/input.tsx +++ b/components/ui/input.tsx @@ -33,9 +33,9 @@ const Input = React.forwardRef( />
{ setPasswordVisibility(!passwordVisibility) }}> {passwordVisibility ? - + : - } + }
)