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

Commit

Permalink
Fixing hide token modal on dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanml committed Oct 23, 2020
1 parent 559029a commit 1750d57
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 1750d57

Please sign in to comment.