Skip to content

Commit de94c78

Browse files
fix(ui): fix canvas status text bg
1 parent 0b92303 commit de94c78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

invokeai/frontend/web/src/features/canvas/components/IAICanvasStatusText.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const IAICanvasStatusText = () => {
104104
margin: 1,
105105
borderRadius: 'base',
106106
pointerEvents: 'none',
107-
bg: 'blackAlpha.500',
107+
bg: 'base.800',
108108
}}
109109
>
110110
<Box

0 commit comments

Comments
 (0)