fix(tui): color full patch failure heading

This commit is contained in:
James Long 2026-08-31 20:44:36 +00:00
parent b7dfe1147a
commit 5e46b2e60d

View file

@ -3174,7 +3174,7 @@ function BlockToolContent(props: BlockToolProps & { borderColor: RGBA }) {
<FilePath
value={path().value}
maxWidth={Math.max(2, ctx.width - 4 - stringWidth(path().label) - (props.spinner ? 2 : 0))}
fg={permission() ? theme.text.feedback.warning.default : theme.text.subdued}
fg={permission() ? theme.text.feedback.warning.default : (props.headerColor ?? theme.text.subdued)}
/>
</box>
)}