Skip to content

Commit 5e4e660

Browse files
fix: match background to chat background color
1 parent 5c0947c commit 5e4e660

File tree

1 file changed

+1
-1
lines changed
  • typescript-sdk/apps/dojo/src/app/[integrationId]/feature

1 file changed

+1
-1
lines changed

typescript-sdk/apps/dojo/src/app/[integrationId]/feature/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export default function FeatureLayout({ children, params }: Props) {
5858
}, [children, codeFiles, readme, view])
5959

6060
return (
61-
<div className="bg-white rounded-lg w-full h-full overflow-hidden">
61+
<div className="bg-(--copilot-kit-background-color) rounded-lg w-full h-full overflow-hidden">
6262
<div className="flex flex-col h-full overflow-auto">
6363
{content}
6464
</div>

0 commit comments

Comments
 (0)