Skip to content

Commit

Permalink
Merge pull request darwinia-network#77 from darwinia-network/jay-fix-…
Browse files Browse the repository at this point in the history
…issue

fix: connect wallet button border and text color
  • Loading branch information
1022ranji authored Jan 10, 2022
2 parents 68fc19a + 90f4ff4 commit 1456425
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/component/ConnectWalletButton/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,14 @@
.mainBtn {
@extend %-base-btn;
border-radius: 20px;
padding: 5px 10px;
padding: 4px 8px;
background: transparent;
border: 1px solid rgba(0, 0, 0, 0.7);
border: 2px solid rgba(228, 26, 112, 0.7);

>span {
font-weight: bold;
font-size: medium;
color: rgba(228, 26, 112, 1);
}
}

Expand Down

0 comments on commit 1456425

Please sign in to comment.