mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
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)}
|
||||
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…
Add table
Add a link
Reference in a new issue