Skip to content

Commit

Permalink
css fix hover on button
Browse files Browse the repository at this point in the history
  • Loading branch information
ilge-ustun committed Mar 11, 2024
1 parent bd87fff commit 54f51fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/components/FaucetForm/Faucet.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ strong {

.faucet-container button:hover {
background-color: #f0713b;
cursor: pointer;
}

.faucet-container button:disabled {
Expand Down

0 comments on commit 54f51fa

Please sign in to comment.