Skip to content

Commit

Permalink
Fixed LOGIN button bug on Club Login page ! (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitroy-github authored Jul 16, 2022
1 parent 69ce567 commit 73c3f80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/clubs/ClubsLogin.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ function ClubLogin() {
{isLoading ? (
<TailSpin color="#FFFFFF" height={30} width={30} />
) : (
"Login"
"LOGIN"
)}
</button>

Expand Down
5 changes: 4 additions & 1 deletion src/styles/ClubLogin.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,15 @@
letter-spacing: 0.05rem;
transition: 0.2s;
}

/* Removing LOGIN button bug !
.login-btn:hover{
transform: scale(1.02);
background-color: white;
color:black;
border:1px solid #7ED957;
}
} */

.highlighted {
color:#7ED957;
}
Expand Down

0 comments on commit 73c3f80

Please sign in to comment.