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

@@ -198,7 +198,7 @@ function SettingsModal({ isOpen, onRequestClose }) {
</Text>
</Flex>
)}
{isLoading && <LoadingOverlay />}
{isLoading && <LoadingOverlay bg="overlay" />}
</Flex>
</Modal>
<ConfirmModal