Skip to content

Commit

Permalink
fix: Tweak css for dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
usame-algan committed Oct 23, 2023
1 parent 6dfa491 commit 5d4e15f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/common/WalletInfo/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,14 @@
.walletIcon {
position: absolute;
display: flex;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
bottom: -4px;
right: -4px;
border-radius: 50%;
outline: rgb(255, 255, 255) solid 2px;
outline: var(--color-background-paper) solid 2px;
outline-offset: -0.1px;
background-color: rgb(255, 255, 255);
background-color: var(--color-background-paper);
overflow: hidden;
}

Expand Down

0 comments on commit 5d4e15f

Please sign in to comment.