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
@@ -114,7 +114,9 @@ export function PermissionsModifyTrustDialog({
initialIndex={initialIndex}
/>
<Box marginTop={1}>
<Text color={theme.text.secondary}>(Use Enter to select)</Text>
<Text color={theme.text.secondary}>
(Use Enter to select, Esc to close)
</Text>
</Box>
</Box>
{needsRestart && (