Skip to content

Commit 36217bd

Browse files
committed
Remove card wrapper from chat pane on desktop
1 parent 111274a commit 36217bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/task-chat.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1178,7 +1178,7 @@ export function TaskChat({ taskId, task }: TaskChatProps) {
11781178
}
11791179

11801180
return (
1181-
<div className="flex flex-col h-full md:bg-card md:rounded-lg md:border md:p-3">
1181+
<div className="flex flex-col h-full">
11821182
{/* Header Tabs */}
11831183
<div className="py-2 flex items-center justify-between gap-1 flex-shrink-0 h-[46px] overflow-x-auto [&::-webkit-scrollbar]:hidden [-ms-overflow-style:none] [scrollbar-width:none]">
11841184
<div className="flex items-center gap-1">

0 commit comments

Comments
 (0)