From bfd7c539d706174cba0388c54b1b6ed49ba1f8ec Mon Sep 17 00:00:00 2001 From: IOANNIS MANOLOGLOU Date: Wed, 25 Feb 2026 15:54:55 +0200 Subject: [PATCH 1/4] fix: ensure input field text is always visible in small windows Fixes #4332 When the leader key was active, the textarea text color was set to theme.textMuted, causing visibility issues when the terminal window is small. This change ensures the input field text always uses theme.text for consistent visibility regardless of window size or leader key state. --- packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx b/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx index d63c248fb83e..6277dc5a987f 100644 --- a/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx +++ b/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx @@ -820,8 +820,8 @@ export function Prompt(props: PromptProps) { >