mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 14:23:18 +08:00
fix(chatInput): fix CSS class name in ChatInput component to use "bg-background" instead of "bg-input" when form-modal-lock-false condition is met
This commit is contained in:
@ -53,7 +53,7 @@ export default function ChatInput({
|
||||
? " form-modal-lock-true bg-input"
|
||||
: noInput
|
||||
? "form-modal-no-input bg-input"
|
||||
: " form-modal-lock-false bg-input",
|
||||
: " form-modal-lock-false bg-background",
|
||||
|
||||
"form-modal-lockchat"
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user