瀏覽代碼

use theme color for prompt placeholder (#19535)

Sebastian 5 月之前
父節點
當前提交
77d4f99497
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx

+ 1 - 0
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}