diff options
| -rw-r--r-- | packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx | 1 |
1 files changed, 1 insertions, 0 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 29e09f64c..d88747e4c 100644 --- a/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx +++ b/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx @@ -870,6 +870,7 @@ export function Prompt(props: PromptProps) { > <textarea placeholder={placeholderText()} + placeholderColor={theme.textMuted} textColor={keybind.leader ? theme.textMuted : theme.text} focusedTextColor={keybind.leader ? theme.textMuted : theme.text} minHeight={1} |
