From c2db5444a0ca937cc83a5fa4550e3cdd5a1cf4fe Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Thu, 28 Mar 2019 15:51:21 +0100 Subject: [PATCH] make overlay a bit lighter --- .../components/LeftNavigation/components/DeviceMenu/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Wallet/components/LeftNavigation/components/DeviceMenu/index.js b/src/views/Wallet/components/LeftNavigation/components/DeviceMenu/index.js index de9e4900..6bbe96bc 100644 --- a/src/views/Wallet/components/LeftNavigation/components/DeviceMenu/index.js +++ b/src/views/Wallet/components/LeftNavigation/components/DeviceMenu/index.js @@ -33,7 +33,7 @@ const Overlay = styled.div` position: absolute; width: 100%; height: 100%; - background: rgba(0, 0, 0, 0.2); + background: rgba(0, 0, 0, 0.1); animation: ${FADE_IN} 0.25s; `;