Merge pull request #1701 from Safelite/CSR-1925-set-modal-overlay-bg-color

CSR-1925 set modal overlay bg color
This commit is contained in:
bmauger 2024-01-22 13:50:04 -05:00 committed by GitHub
commit 740554a6dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;
}