diff --git a/apps/desktop/src/components/chat/body/index.tsx b/apps/desktop/src/components/chat/body/index.tsx index ddbec33278..ad32e86ebd 100644 --- a/apps/desktop/src/components/chat/body/index.tsx +++ b/apps/desktop/src/components/chat/body/index.tsx @@ -38,7 +38,7 @@ export function ChatBody({ className={cn([ "flex-1 overflow-y-auto flex flex-col", chat.mode === "RightPanelOpen" && - "border border-neutral-200 mt-1 rounded-md rounded-b-none", + "border border-neutral-200 rounded-xl rounded-b-none", ])} >
diff --git a/apps/desktop/src/components/chat/header.tsx b/apps/desktop/src/components/chat/header.tsx index 43700c87a2..c04cff26ff 100644 --- a/apps/desktop/src/components/chat/header.tsx +++ b/apps/desktop/src/components/chat/header.tsx @@ -37,7 +37,7 @@ export function ChatHeader({ data-tauri-drag-region={chat.mode === "RightPanelOpen"} className={cn([ "flex items-center justify-between px-1 border-b border-neutral-200 h-9", - chat.mode === "RightPanelOpen" && "border rounded-md", + chat.mode === "RightPanelOpen" && "border rounded-xl", ])} >