CSR-1925 set background color of modal overlay from black to white.

This commit is contained in:
Bryan Mauger 2024-01-22 13:25:41 -05:00
parent 7137ca56be
commit 8cfa7499ab

View file

@ -118,8 +118,7 @@ export default {
left: 0;
height: 100%;
width: 100%;
background-color: $black;
opacity: 0.4;
background-color: $white;
z-index: 1056;
}