fix bg color

This commit is contained in:
maojindao55
2025-02-27 10:20:32 +08:00
parent 5f1c2d003c
commit d318275fc1

View File

@@ -380,7 +380,7 @@ const ChatUI = () => {
return ( return (
<> <>
<KaTeXStyle /> <KaTeXStyle />
<div className="fixed inset-0 bg-gradient-to-br from-blue-50 via-indigo-50 to-purple-50 flex items-start md:items-center justify-center overflow-hidden"> <div className="fixed inset-0 bg-gradient-to-br from-orange-50 via-orange-50/70 to-orange-100 flex items-start md:items-center justify-center overflow-hidden">
<div className="h-full flex flex-col bg-white w-full mx-auto relative shadow-xl md:max-w-3xl md:h-[95dvh] md:my-auto md:rounded-lg"> <div className="h-full flex flex-col bg-white w-full mx-auto relative shadow-xl md:max-w-3xl md:h-[95dvh] md:my-auto md:rounded-lg">
{/* Header */} {/* Header */}
<header className="bg-white shadow flex-none md:rounded-t-lg"> <header className="bg-white shadow flex-none md:rounded-t-lg">
@@ -416,7 +416,7 @@ const ChatUI = () => {
</div> </div>
)} )}
</div> </div>
<div className="absolute -bottom-0.5 -right-0.5 bg-green-500 w-3 h-3 border-2 border-white"></div> <div className="absolute -bottom-0.5 -right-0.5 bg-[#ff6600] w-3 h-3 border-2 border-white"></div>
</div> </div>
<div> <div>
<h1 className="font-medium text-base">{group.name}</h1> <h1 className="font-medium text-base">{group.name}</h1>