aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modals/modal.js
diff options
context:
space:
mode:
authorcjeria <chjeria@gmail.com>2017-11-09 07:41:29 +0800
committerChi Kei Chan <chikeichan@gmail.com>2017-11-10 03:18:08 +0800
commit424c1f23c91b06b687ddb3a3cbc79610584dc23f (patch)
tree0c05635d20b6fa4e32386ad5680d8b7b05fa91ed /ui/app/components/modals/modal.js
parenta21f6f5f6348303cab3bc845c621432c4f753e00 (diff)
downloadtangerine-wallet-browser-424c1f23c91b06b687ddb3a3cbc79610584dc23f.tar
tangerine-wallet-browser-424c1f23c91b06b687ddb3a3cbc79610584dc23f.tar.gz
tangerine-wallet-browser-424c1f23c91b06b687ddb3a3cbc79610584dc23f.tar.bz2
tangerine-wallet-browser-424c1f23c91b06b687ddb3a3cbc79610584dc23f.tar.lz
tangerine-wallet-browser-424c1f23c91b06b687ddb3a3cbc79610584dc23f.tar.xz
tangerine-wallet-browser-424c1f23c91b06b687ddb3a3cbc79610584dc23f.tar.zst
tangerine-wallet-browser-424c1f23c91b06b687ddb3a3cbc79610584dc23f.zip
darker backdrop style for modal
Diffstat (limited to 'ui/app/components/modals/modal.js')
-rw-r--r--ui/app/components/modals/modal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/modals/modal.js b/ui/app/components/modals/modal.js
index 842081f40..f2909f3c3 100644
--- a/ui/app/components/modals/modal.js
+++ b/ui/app/components/modals/modal.js
@@ -189,7 +189,7 @@ const MODALS = {
}
const BACKDROPSTYLE = {
- backgroundColor: 'rgba(245, 245, 245, 0.85)',
+ backgroundColor: 'rgba(0, 0, 0, 0.5)',
}
function mapStateToProps (state) {