mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-27 17:56:25 +02:00
refactor: update styling in ConnectorIndicator and ChatShareButton components to prevent text selection, enhancing user interface consistency
This commit is contained in:
parent
74e8fb1cee
commit
c9d92ee5a0
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue