mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-22 11:25:15 +00:00
fix: light mode visibility for filepath in /undo diff files (#5352)
This commit is contained in:
parent
01fd0d8209
commit
499ad4f84b
1 changed files with 1 additions and 1 deletions
|
|
@ -894,7 +894,7 @@ export function Session() {
|
|||
<box marginTop={1}>
|
||||
<For each={revert()!.diffFiles}>
|
||||
{(file) => (
|
||||
<text>
|
||||
<text fg={theme.text}>
|
||||
{file.filename}
|
||||
<Show when={file.additions > 0}>
|
||||
<span style={{ fg: theme.diffAdded }}> +{file.additions}</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue