From d238bf17bb3ae554e9cc1420bde78162211d6cc0 Mon Sep 17 00:00:00 2001 From: mlogclub Date: Sat, 9 May 2026 22:52:04 +0800 Subject: [PATCH] refactor: remove unnecessary border from chat shell section --- web/components/kefu/chat-shell.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/kefu/chat-shell.tsx b/web/components/kefu/chat-shell.tsx index ea53ac1..b40f43d 100644 --- a/web/components/kefu/chat-shell.tsx +++ b/web/components/kefu/chat-shell.tsx @@ -258,7 +258,7 @@ export function KefuChatShell() { className="relative flex h-screen overflow-hidden bg-muted text-foreground" style={{ "--primary": themeColor } as CSSProperties} > -
+