fix colors for dialog prompt (like session rename prompt in light theme)
parent
e83a47debe
commit
db0e1ebb80
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue