From cf06ec07ca3e8613ca969dd0677679e7bca5a06e Mon Sep 17 00:00:00 2001 From: GROK Date: Thu, 20 Aug 2026 16:59:20 -0500 Subject: [PATCH] Scope CommandPalette uppercase to the group heading Fixes #2. uppercase on Command.Group was inherited by items, so labels rendered as ALL CAPS. --- src/blocks/command-palette.tsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/blocks/command-palette.tsx b/src/blocks/command-palette.tsx index ec230c9..d1bac79 100755 --- a/src/blocks/command-palette.tsx +++ b/src/blocks/command-palette.tsx @@ -59,7 +59,16 @@ export function CommandPalette({ No results. {groups.map(([group, items]) => ( - + {items.map((a) => (