use theme color for prompt placeholder (#19535)
parent
aa2d753e7e
commit
77d4f99497
|
|
@ -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…
Reference in New Issue