tui: remove cancel keybind hint from prompt dialog to simplify UI

This commit is contained in:
Dax Raad
2025-11-27 13:48:34 -05:00
parent a1ff0556fc
commit 86d1b1dd54
2 changed files with 1 additions and 7 deletions
@@ -55,9 +55,6 @@ export function DialogPrompt(props: DialogPromptProps) {
<text fg={theme.text}>
enter <span style={{ fg: theme.textMuted }}>submit</span>
</text>
<text fg={theme.text}>
esc <span style={{ fg: theme.textMuted }}>cancel</span>
</text>
</box>
</box>
)