new human chat color

This commit is contained in:
anovazzi1 2023-04-26 01:00:41 -03:00
commit 2d98de9368

View file

@ -14,7 +14,7 @@ export default function ChatMessage({ chat }: { chat: ChatMessageType }) {
<div
className={classNames(
"w-full py-2 pl-2 flex",
chat.isSend ? "bg-gray-100" : "bg-gray-200"
chat.isSend ? "bg-slate-100" : "bg-gray-200"
)}
>
<div