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
@@ -157,7 +157,7 @@ export function EditorSettingsDialog({
<Box marginTop={1}>
<Text color={theme.text.secondary}>
(Use Enter to select, Tab to change focus)
(Use Enter to select, Tab to change focus, Esc to close)
</Text>
</Box>
</Box>