diff --git a/frontend/src/app/workspace/chats/[thread_id]/layout.tsx b/frontend/src/app/workspace/chats/[thread_id]/layout.tsx index 2013e58..62d018b 100644 --- a/frontend/src/app/workspace/chats/[thread_id]/layout.tsx +++ b/frontend/src/app/workspace/chats/[thread_id]/layout.tsx @@ -26,16 +26,20 @@ export default function ChatLayout({ className="absolute inset-0 z-0 translate-y-[2vh] mask-center mask-no-repeat" squareSize={4} gridGap={4} - color={currentTheme === "dark" ? "#60A5FA" : "#444"} - maxOpacity={currentTheme === "dark" ? 0.04 : 0.035} + color={ + currentTheme === "dark" ? "#60A5FA" : "oklch(0 0.0098 87.47)" + } + maxOpacity={currentTheme === "dark" ? 0.04 : 0.03} flickerChance={0.1} />