use theme color for prompt placeholder (#19535)

This commit is contained in:
Sebastian
2026-03-28 17:20:37 +01:00
committed by GitHub
parent 5208f7106d
commit afb0c87e41
@@ -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}