From 44b45970f7f896e651a37783f72949cc921994a8 Mon Sep 17 00:00:00 2001 From: mlogclub Date: Thu, 30 Jul 2026 14:32:21 +0800 Subject: [PATCH] fix: update styling for WindowActionButton and header in SupportChatShell for improved consistency and readability --- web/components/support-chat/chat-shell.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/web/components/support-chat/chat-shell.tsx b/web/components/support-chat/chat-shell.tsx index 5879aab..5cb8389 100644 --- a/web/components/support-chat/chat-shell.tsx +++ b/web/components/support-chat/chat-shell.tsx @@ -53,7 +53,7 @@ import { cn } from "@/lib/utils" import { useI18n } from "@/i18n/provider" const windowActionButtonClass = - "size-8 rounded-md border-0 bg-transparent text-muted-foreground shadow-none hover:bg-foreground/[0.06] hover:text-foreground focus-visible:ring-primary/20 dark:hover:bg-white/10" + "size-7 rounded-md border-0 bg-transparent text-muted-foreground shadow-none hover:bg-foreground/[0.06] hover:text-foreground focus-visible:ring-primary/20 dark:hover:bg-white/10" function WindowActionButton({ className, @@ -298,11 +298,11 @@ export function SupportChatShell() { style={{ "--primary": themeColor } as CSSProperties} >
-
-
-
-
- +
+
+
+
+
@@ -313,11 +313,11 @@ export function SupportChatShell() { )} aria-hidden="true" /> -
+
{title}
-
+
{subtitle}
@@ -376,11 +376,11 @@ export function SupportChatShell() { )}
-
+
{status !== "connected" ? ( ) : null} -
+