🎨 style(chatInput/index.tsx): add 'bg-input' class to the chat input when lockChat is true to improve visual distinction
This commit is contained in:
parent
f751927ab1
commit
1f2cddf1d2
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ export default function ChatInput({
|
|||
setChatValue(e.target.value);
|
||||
}}
|
||||
className={classNames(
|
||||
lockChat ? " form-modal-lock-true" : " form-modal-lock-false",
|
||||
lockChat ? " form-modal-lock-true bg-input " : " form-modal-lock-false",
|
||||
"form-modal-lockchat"
|
||||
)}
|
||||
placeholder={"Send a message..."}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue