1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00

darker backdrop style for modal

This commit is contained in:
cjeria 2017-11-08 15:41:29 -08:00 committed by Chi Kei Chan
parent a21f6f5f63
commit 424c1f23c9

View File

@ -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) {