fix colors for dialog prompt (like session rename prompt in light theme)
This commit is contained in:
parent
e83a47debe
commit
db0e1ebb80
1 changed files with 3 additions and 0 deletions
|
|
@ -49,6 +49,9 @@ export function DialogPrompt(props: DialogPromptProps) {
|
||||||
ref={(val: TextareaRenderable) => (textarea = val)}
|
ref={(val: TextareaRenderable) => (textarea = val)}
|
||||||
initialValue={props.value}
|
initialValue={props.value}
|
||||||
placeholder={props.placeholder ?? "Enter text"}
|
placeholder={props.placeholder ?? "Enter text"}
|
||||||
|
textColor={theme.text}
|
||||||
|
focusedTextColor={theme.text}
|
||||||
|
cursorColor={theme.text}
|
||||||
/>
|
/>
|
||||||
</box>
|
</box>
|
||||||
<box paddingBottom={1} gap={1} flexDirection="row">
|
<box paddingBottom={1} gap={1} flexDirection="row">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue