use theme color for prompt placeholder (#19535)
This commit is contained in:
@@ -870,6 +870,7 @@ export function Prompt(props: PromptProps) {
|
|||||||
>
|
>
|
||||||
<textarea
|
<textarea
|
||||||
placeholder={placeholderText()}
|
placeholder={placeholderText()}
|
||||||
|
placeholderColor={theme.textMuted}
|
||||||
textColor={keybind.leader ? theme.textMuted : theme.text}
|
textColor={keybind.leader ? theme.textMuted : theme.text}
|
||||||
focusedTextColor={keybind.leader ? theme.textMuted : theme.text}
|
focusedTextColor={keybind.leader ? theme.textMuted : theme.text}
|
||||||
minHeight={1}
|
minHeight={1}
|
||||||
|
|||||||
Reference in New Issue
Block a user