Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #189 from brave/hide-token-fix
Browse files Browse the repository at this point in the history
Fixing hide token modal on dark theme
  • Loading branch information
ryanml authored Oct 23, 2020
2 parents 559029a + 1750d57 commit 9be2920
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ui/app/components/app/dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -337,4 +337,13 @@
background: rgba(0, 0, 0, 0.03);
}
}

.hide-token-confirmation {
border-radius: 0;
background: #282a2c;
}

.token-options__button {
border: none;
}
}

0 comments on commit 9be2920

Please sign in to comment.