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