Forráskód Böngészése

use theme color for prompt placeholder (#19535)

Sebastian 4 hete
szülő
commit
77d4f99497

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