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; `;