From 1750d5749dd6696d9ebee4ee6afe29b12c5aff82 Mon Sep 17 00:00:00 2001 From: ryanml Date: Fri, 23 Oct 2020 01:59:53 -0700 Subject: [PATCH] Fixing hide token modal on dark theme --- ui/app/components/app/dark.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ui/app/components/app/dark.scss b/ui/app/components/app/dark.scss index 3ad09d7c42..7aefe63865 100644 --- a/ui/app/components/app/dark.scss +++ b/ui/app/components/app/dark.scss @@ -337,4 +337,13 @@ background: rgba(0, 0, 0, 0.03); } } + + .hide-token-confirmation { + border-radius: 0; + background: #282a2c; + } + + .token-options__button { + border: none; + } }