Skip to content

Commit 77d4f99

Browse files
authored
use theme color for prompt placeholder (anomalyco#19535)
1 parent aa2d753 commit 77d4f99

File tree

1 file changed

+1
-0
lines changed
  • packages/opencode/src/cli/cmd/tui/component/prompt

1 file changed

+1
-0
lines changed

packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -870,6 +870,7 @@ export function Prompt(props: PromptProps) {
870870
>
871871
<textarea
872872
placeholder={placeholderText()}
873+
placeholderColor={theme.textMuted}
873874
textColor={keybind.leader ? theme.textMuted : theme.text}
874875
focusedTextColor={keybind.leader ? theme.textMuted : theme.text}
875876
minHeight={1}

0 commit comments

Comments
 (0)