mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-15 01:19:29 +00:00
use theme color for prompt placeholder (#19535)
This commit is contained in:
parent
aa2d753e7e
commit
77d4f99497
1 changed files with 1 additions and 0 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue