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 a0a6c9545e
commit 612009e0f1
+1 -1
View File
@@ -1232,7 +1232,7 @@ function RevertMessage(props: {
</box> </box>
</Show> </Show>
<text fg={theme.textMuted}> <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> </text>
</box> </box>
</box> </box>