refactor(parameterComponent): Make modal disabled inputs look like other disabled inputs
This commit is contained in:
parent
46e59a31d8
commit
e438f5a2a6
2 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,7 @@ export default function CodeAreaComponent({
|
|||
editNode
|
||||
? "input-edit-node input-dialog"
|
||||
: (disabled ? " input-disable " : "") +
|
||||
" input-dialog input-primary"
|
||||
" input-primary text-muted-foreground "
|
||||
}
|
||||
>
|
||||
{myValue !== "" ? myValue : "Type something..."}
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ export default function PromptAreaComponent({
|
|||
editNode
|
||||
? "input-edit-node input-dialog"
|
||||
: (disabled ? " input-disable " : "") +
|
||||
" input-dialog input-primary"
|
||||
" input-primary text-muted-foreground"
|
||||
}
|
||||
>
|
||||
{myValue !== "" ? myValue : "Type your prompt here"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue