File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import Sidebar from './Sidebar'
44function Layout ( ) {
55 return (
66 < div className = "bg-[#6756BD] h-screen py-6 px-5" >
7- < main className = "grid grid-cols-[20%_1fr] h-full bg-[#ffffff66] rounded-[50px ] max-w-[1316px] mx-auto backdrop-blur-2xl pl-5 py-4 pr-4" >
7+ < main className = "grid grid-cols-[20%_1fr] h-full bg-[#ffffff66] rounded-[40px ] max-w-[1316px] mx-auto backdrop-blur-2xl pl-5 py-4 pr-4" >
88 < Sidebar />
99 < Outlet />
1010 </ main >
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ const MultiBotChatPanel: FC = () => {
5050 />
5151 < div className = "col-span-full" >
5252 < ChatMessageInput
53- className = "rounded-[40px] bg-white px-[25px ] py-[12px ]"
53+ className = "rounded-full bg-white px-[20px ] py-[10px ]"
5454 disabled = { generating }
5555 placeholder = "Send to all ..."
5656 onSubmit = { onUserSendMessage }
You can’t perform that action at this time.
0 commit comments