Change modal-backdrop color

- Change color to match the one on legacy modals
This commit is contained in:
Clemente Raposo 2021-01-15 15:27:27 +00:00 committed by Dillon-Brown
parent ba49c5a82e
commit fd605bfbd6

View file

@ -85,7 +85,7 @@
}
.modal-backdrop {
background-color: #454c53;
background-color: $light-grey;
}
.modal-backdrop.show {