fix(tui): use span for inline styled hotkey in revert footer

This commit is contained in:
Dax Raad
2026-06-27 20:32:14 -04:00
parent 5829833878
commit cfd51c2ccd
+1 -1
View File
@@ -1232,7 +1232,7 @@ function RevertMessage(props: {
</box>
</Show>
<text fg={theme.textMuted}>
<text fg={theme.text}>{redoKey()}</text> or /redo to restore
<span style={{ fg: theme.text }}>{redoKey()}</span> or /redo to restore
</text>
</box>
</box>