Skip to content

Commit

Permalink
fix(ui): border color of send/receive button on MainWalletView
Browse files Browse the repository at this point in the history
  • Loading branch information
theborakompanioni committed Sep 9, 2023
1 parent fccc3d3 commit da1e593
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/MainWalletView.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,9 @@

.sendReceiveButton {
font-weight: 500;
border-color: rgba(222, 222, 222, 1);
border-color: var(--bs-border-color) !important;
}

.sendReceiveButton:hover {
border-color: transparent !important;
}

0 comments on commit da1e593

Please sign in to comment.