mirror of
https://github.com/anomalyco/opencode.git
synced 2026-09-05 23:14:33 +00:00
fix(tui): color full patch failure heading
This commit is contained in:
parent
b7dfe1147a
commit
5e46b2e60d
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue