fix colors for dialog prompt (like session rename prompt in light theme)

pull/5258/head
Sebastian Herrlinger 2025-12-08 21:06:03 +01:00
parent e83a47debe
commit db0e1ebb80
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,9 @@ export function DialogPrompt(props: DialogPromptProps) {
ref={(val: TextareaRenderable) => (textarea = val)}
initialValue={props.value}
placeholder={props.placeholder ?? "Enter text"}
textColor={theme.text}
focusedTextColor={theme.text}
cursorColor={theme.text}
/>
</box>
<box paddingBottom={1} gap={1} flexDirection="row">