darker backdrop style for modal

feature/default_network_editable
cjeria 7 years ago committed by Chi Kei Chan
parent a21f6f5f63
commit 424c1f23c9
  1. 2
      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) {

Loading…
Cancel
Save