Skip to content

Commit f83c4b2

Browse files
committed
Fix error prompt on the session view not hiding the chat logs
1 parent 255945f commit f83c4b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/array/src/renderer/features/sessions/components/SessionView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ export function SessionView({
251251
justify="center"
252252
direction="column"
253253
gap="2"
254-
className="absolute inset-0"
254+
className="absolute inset-0 bg-gray-1"
255255
>
256256
<Warning size={32} weight="duotone" color="var(--red-9)" />
257257
<Text size="3" weight="medium" color="red">

0 commit comments

Comments
 (0)