feat: add missing visual cue for closing dialogs with Esc key (#11386)

This commit is contained in:
JAYADITYA
2025-10-17 23:52:54 +05:30
committed by GitHub
parent 4a0fcd054b
commit 2b61ac532d
5 changed files with 10 additions and 6 deletions
@@ -275,7 +275,7 @@ def fibonacci(n):
<Box marginTop={1}>
<Text color={theme.text.secondary} wrap="truncate">
(Use Enter to {mode === 'theme' ? 'select' : 'apply scope'}, Tab to{' '}
{mode === 'theme' ? 'configure scope' : 'select theme'})
{mode === 'theme' ? 'configure scope' : 'select theme'}, Esc to close)
</Text>
</Box>
</Box>