fix(tui): soften block tool errors

This commit is contained in:
jlongster
2026-08-21 02:25:24 +00:00
committed by OpenCode Agent
parent 4db272ff64
commit d5e3dac5b2
+1 -1
View File
@@ -2941,7 +2941,7 @@ function BlockToolContent(props: BlockToolProps & { borderColor: RGBA }) {
</Show>
{props.children}
<Show when={error()}>
<text fg={theme.text.feedback.error.default}>{error()}</text>
<text fg={theme.text.subdued}>{error()}</text>
</Show>
</box>
)