diff --git a/frontend/app/chat/page.tsx b/frontend/app/chat/page.tsx index 054bec2..7fc27d3 100644 --- a/frontend/app/chat/page.tsx +++ b/frontend/app/chat/page.tsx @@ -868,9 +868,11 @@ return ( )} - + + {/* MESSAGE INPUT */} - + + } + rows={1} + className="min-w-[140px] w-full resize-none rounded-2xl border border-(--line) bg-white px-4 py-3 text-sm shadow-sm outline-none focus:border-slate-400" + /> + + 450 + ? "text-red-500" + : "text-slate-400" + }`} + > + {input.length} / 500 + + {/* SEND BUTTON */}
450 + ? "text-red-500" + : "text-slate-400" + }`} + > + {input.length} / 500 +