From e70469b1ec0c34988548e7764fe01d0c450b5dde Mon Sep 17 00:00:00 2001 From: Michael Freno Date: Mon, 10 Aug 2026 15:50:51 -0400 Subject: [PATCH] fix: theme command palette input with accent --- src/ui/command.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/command.tsx b/src/ui/command.tsx index ad2e1c9..bf995d1 100644 --- a/src/ui/command.tsx +++ b/src/ui/command.tsx @@ -274,7 +274,7 @@ function CommandDialog(props: { {/* Search input */} {"> "} - {filter() || "Type to search commands..."} + {filter() || "Type to search commands..."} {/* Command list */}