increased modal backdrop opacity with what found in zeplin

This commit is contained in:
Jamal Jackson 2016-09-13 14:35:27 -04:00
commit ee046cde4e

View file

@ -41,7 +41,7 @@
} }
.modal-backdrop.active { .modal-backdrop.active {
background: rgba(0, 0, 0, .5); background: rgba(0, 0, 0, .8);
} }
@import "backup-confirm-modal"; @import "backup-confirm-modal";