File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ export function AppSidebar({ user }: { user: User | undefined }) {
7272 } }
7373 >
7474 < span className = "cursor-pointer rounded-md px-2 font-semibold text-lg hover:bg-muted" >
75- Chatbot
75+ OpenChat
7676 </ span >
7777 </ Link >
7878 < div className = "flex flex-row gap-1" >
Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ function PureMessages({
4444 useDataStream ( ) ;
4545
4646 return (
47- < div className = "relative flex-1" >
47+ < div className = "relative flex-1 bg-background " >
4848 < div
49- className = "absolute inset-0 touch-pan-y overflow-y-auto"
49+ className = "absolute inset-0 touch-pan-y overflow-y-auto bg-background "
5050 ref = { messagesContainerRef }
5151 >
5252 < div className = "mx-auto flex min-w-0 max-w-4xl flex-col gap-4 px-2 py-4 md:gap-6 md:px-4" >
You can’t perform that action at this time.
0 commit comments