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} -
+