Compare commits

...
Author SHA1 Message Date
jlongster d5e3dac5b2 fix(tui): soften block tool errors 2026-08-21 02:25:24 +00:00
+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>
)