mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-12 13:25:22 -05:00
fix(ui): progress in viewer bg color
This commit is contained in:
@@ -110,7 +110,7 @@ export const CurrentImagePreview = memo(({ imageDTO }: { imageDTO: ImageDTO | nu
|
||||
)}
|
||||
{!imageDTO && <NoContentForViewer />}
|
||||
{withProgress && (
|
||||
<Flex w="full" h="full" position="absolute" alignItems="center" justifyContent="center">
|
||||
<Flex w="full" h="full" position="absolute" alignItems="center" justifyContent="center" bg="base.900">
|
||||
<ProgressImage progressImage={progressImage} />
|
||||
{progressEvent && (
|
||||
<ProgressIndicator progressEvent={progressEvent} position="absolute" top={6} right={6} size={8} />
|
||||
|
||||
Reference in New Issue
Block a user