Add background colours to loading overlays to make it more readable
This commit is contained in:
@@ -276,7 +276,7 @@ function SelectDataModal({
|
||||
{confirmText}
|
||||
</Button>
|
||||
</Flex>
|
||||
{isLoading && <LoadingOverlay />}
|
||||
{isLoading && <LoadingOverlay bg="overlay" />}
|
||||
</Box>
|
||||
</Modal>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user