fix(tui): use span for inline styled hotkey in revert footer
This commit is contained in:
parent
a0a6c9545e
commit
612009e0f1
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue