fix: theme command palette input with accent

This commit is contained in:
2026-08-10 15:50:51 -04:00
parent 30b7ff57d3
commit e70469b1ec

View File

@@ -274,7 +274,7 @@ function CommandDialog(props: {
{/* Search input */} {/* Search input */}
<box marginBottom={1}> <box marginBottom={1}>
<text fg={theme.textMuted}>{"> "}</text> <text fg={theme.textMuted}>{"> "}</text>
<text fg={theme.text}>{filter() || "Type to search commands..."}</text> <text fg={theme.accent}>{filter() || "Type to search commands..."}</text>
</box> </box>
{/* Command list */} {/* Command list */}