|
@@ -894,7 +894,7 @@ export function Session() {
|
|
|
<box marginTop={1}>
|
|
<box marginTop={1}>
|
|
|
<For each={revert()!.diffFiles}>
|
|
<For each={revert()!.diffFiles}>
|
|
|
{(file) => (
|
|
{(file) => (
|
|
|
- <text>
|
|
|
|
|
|
|
+ <text fg={theme.text}>
|
|
|
{file.filename}
|
|
{file.filename}
|
|
|
<Show when={file.additions > 0}>
|
|
<Show when={file.additions > 0}>
|
|
|
<span style={{ fg: theme.diffAdded }}> +{file.additions}</span>
|
|
<span style={{ fg: theme.diffAdded }}> +{file.additions}</span>
|