This commit is contained in:
Dax Raad
2026-07-06 17:36:28 -04:00
parent 754dd57177
commit 8942f97998
+1 -1
View File
@@ -2137,7 +2137,7 @@ function Shell(props: ToolProps) {
</Show> </Show>
<Show when={shellID()}> <Show when={shellID()}>
<text> <text>
<span style={{ bg: theme.backgroundElement, fg: theme.textMuted }}> Backgrounded </span> <span style={{ bg: theme.backgroundElement, fg: theme.textMuted }}> Background </span>
</text> </text>
</Show> </Show>
<Show when={collapsed().overflow}> <Show when={collapsed().overflow}>