Fix grid loading overlay color in client apps

This commit is contained in:
Andrew Kingston 2023-06-13 17:19:12 +01:00
parent 0ab1346577
commit f56bd3ad13
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@
left: 0; left: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
background: var(--background); background: var(--spectrum-global-color-gray-100);
opacity: 0.6; opacity: 0.6;
} }
</style> </style>