Skip to content

Commit

Permalink
Remove outline
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-zeglen committed Dec 20, 2021
1 parent b940ce9 commit 3787f76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/auth/components/LoginPage/LoginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ const LoginCard: React.FC<LoginCardProps> = props => {
<IconButton
className={classes.showPasswordBtn}
variant="secondary"
hoverOutline={false}
onMouseDown={() => setShowPassword(true)}
onMouseUp={() => setShowPassword(false)}
>
Expand Down

0 comments on commit 3787f76

Please sign in to comment.