From 5bc9f4dbc3baf9d56a3ecc4227ed401178b585a5 Mon Sep 17 00:00:00 2001 From: Vasek Mlejnsky Date: Wed, 26 Sep 2018 15:27:57 +0200 Subject: [PATCH] Color changes --- src/views/Wallet/views/AccountReceive/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/Wallet/views/AccountReceive/index.js b/src/views/Wallet/views/AccountReceive/index.js index c86588d6..2cdbc9cb 100644 --- a/src/views/Wallet/views/AccountReceive/index.js +++ b/src/views/Wallet/views/AccountReceive/index.js @@ -62,11 +62,11 @@ const ValueWrapper = styled.div` `}; ${props => props.isVerifying && css` - background: ${colors.WHITE}; z-index: 10001; /* bigger than modal container */ - border-color: ${colors.GREEN_PRIMARY}; + border-color: ${colors.WHITE}; border-width: 2px; transform: translate(-1px, -1px); + background: ${colors.DIVIDER}; `}; `;