Merge pull request #1691 from Safelite/CSR-1925-set-background-color-of-loading-modal

CSR-1925 set background color of loading modal
This commit is contained in:
bmauger 2024-01-18 14:43:15 -05:00 committed by GitHub
commit 5dc289de38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -129,7 +129,7 @@ export default {
overflow-x: hidden;
overflow-y: auto;
outline: 0;
background: $gray-100;
background: $white;
&.full-screen {
top: 0;