refactor: update styling in ConnectorIndicator and ChatShareButton components to prevent text selection, enhancing user interface consistency

This commit is contained in:
Anish Sarkar 2026-03-07 00:08:08 +05:30
parent 74e8fb1cee
commit c9d92ee5a0
2 changed files with 2 additions and 2 deletions

View file

@ -166,7 +166,7 @@ export function ChatShareButton({ thread, onVisibilityChange, className }: ChatS
<Button
variant="outline"
size="icon"
className="h-8 w-8 md:w-auto md:px-3 md:gap-2 relative bg-muted hover:bg-muted/80 border-0"
className="h-8 w-8 md:w-auto md:px-3 md:gap-2 relative bg-muted hover:bg-muted/80 border-0 select-none"
>
<CurrentIcon className="h-4 w-4" />
<span className="hidden md:inline text-sm">{buttonLabel}</span>