fix(tui): style redo hotkey as normal text in revert footer

This commit is contained in:
Dax Raad
2026-06-27 20:30:52 -04:00
parent 35f503eeb5
commit 5829833878
2 changed files with 4 additions and 1 deletions
+3 -1
View File
@@ -1231,7 +1231,9 @@ function RevertMessage(props: {
</For>
</box>
</Show>
<text fg={theme.textMuted}>{redoKey()} or /redo to restore</text>
<text fg={theme.textMuted}>
<text fg={theme.text}>{redoKey()}</text> or /redo to restore
</text>
</box>
</box>
)