Add background colours to loading overlays to make it more readable
This commit is contained in:
@@ -198,7 +198,7 @@ function SettingsModal({ isOpen, onRequestClose }) {
|
||||
</Text>
|
||||
</Flex>
|
||||
)}
|
||||
{isLoading && <LoadingOverlay />}
|
||||
{isLoading && <LoadingOverlay bg="overlay" />}
|
||||
</Flex>
|
||||
</Modal>
|
||||
<ConfirmModal
|
||||
|
||||
Reference in New Issue
Block a user