Add background colours to loading overlays to make it more readable

This commit is contained in:
Mitchell McCaffrey
2021-04-15 21:39:39 +10:00
parent 33f34fb54f
commit 014cd553d1
3 changed files with 9 additions and 7 deletions

View File

@@ -276,7 +276,7 @@ function SelectDataModal({
{confirmText}
</Button>
</Flex>
{isLoading && <LoadingOverlay />}
{isLoading && <LoadingOverlay bg="overlay" />}
</Box>
</Modal>
);