CSR-1925 set background color of loading modal to white rather than gray.

This commit is contained in:
Bryan Mauger 2024-01-18 14:05:47 -05:00
parent 41ebfeee1b
commit d60cb9c45c

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;