fix: make chat sidebar color consistent with main page sidebar

feat-display-remote-workers
Meng Zhang 2023-11-19 16:08:18 -08:00
parent b35d286d9e
commit 355e2b47aa
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ export const ChatSessions = ({ className }: ChatSessionsProps) => {
return (
<>
<div className={cn(className)}>
<div className="bg-card fixed inset-y-0 left-0 flex w-[279px] flex-col gap-2 overflow-hidden px-3 pt-16">
<div className="fixed inset-y-0 left-0 flex w-[279px] flex-col gap-2 overflow-hidden px-3 pt-16">
<div className="shrink-0 pb-0 pt-2">
<Button
className="h-12 w-full justify-start"