Skip to content

Commit

Permalink
fix(ui): resolve issue with PasswordInput component reveal icon
Browse files Browse the repository at this point in the history
  • Loading branch information
NeuroNexul committed Sep 17, 2024
1 parent a5aae2c commit bc5da12
Show file tree
Hide file tree
Showing 2 changed files with 6,816 additions and 5,540 deletions.
3 changes: 2 additions & 1 deletion packages/ui/src/components/input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,8 @@ const PasswordInput = React.forwardRef<
<div className="relative">
<Input
type={showPassword ? "text" : "password"}
className={cn("hide-password-toggle", className)}
iclassName="hide-password-toggle"
className={className}
ref={ref}
{...props}
/>
Expand Down
Loading

0 comments on commit bc5da12

Please sign in to comment.