use theme color for prompt placeholder (#19535)

pull/10292/head^2
Sebastian 2026-03-28 17:20:37 +01:00 committed by GitHub
parent aa2d753e7e
commit 77d4f99497
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

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