fix: make chat sidebar color consistent with main page sidebar
parent
b35d286d9e
commit
355e2b47aa
|
|
@ -48,7 +48,7 @@ export const ChatSessions = ({ className }: ChatSessionsProps) => {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div className={cn(className)}>
|
<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">
|
<div className="shrink-0 pb-0 pt-2">
|
||||||
<Button
|
<Button
|
||||||
className="h-12 w-full justify-start"
|
className="h-12 w-full justify-start"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue