Skip to content

Commit

Permalink
Merge pull request #695 from lukso-network/change-button-color
Browse files Browse the repository at this point in the history
Increase color of the network button
  • Loading branch information
Hugoo authored Oct 25, 2023
2 parents 25ecb4e + c696f8d commit dadcb52
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/AddNetworkButton/AddNetworkButton.module.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.button {
tab-size: 4;
transition: box-shadow .3s;

box-sizing: border-box;
border: 0 solid #f2f2f2;
Expand All @@ -20,10 +21,10 @@
padding-top: 0.5rem;
padding-bottom: 0.5rem;

background-color: #fff1f8;
background-color: #fe005b;
color: white;

&:hover {
background-color: #fe005b;
color: white;
box-shadow: 0 0 11px rgba(33,33,33,.7);
}
}

0 comments on commit dadcb52

Please sign in to comment.