refactor: update button styling for better user experience in ConnectToolsBanner and enhance document type icon visibility in DocumentNode

This commit is contained in:
Anish Sarkar 2026-04-08 04:48:16 +05:30
parent b7c9077fb2
commit d264aec57d
2 changed files with 10 additions and 3 deletions

View file

@ -268,7 +268,7 @@ const ConnectToolsBanner: FC<{ isThreadEmpty: boolean }> = ({ isThreadEmpty }) =
<div className="flex w-full items-center gap-2.5 px-4 py-2.5">
<button
type="button"
className="flex flex-1 items-center gap-2.5 text-left cursor-pointer"
className="flex flex-1 items-center gap-2.5 text-left cursor-pointer select-none"
onClick={() => setConnectorDialogOpen(true)}
>
<Unplug className="size-4 text-muted-foreground shrink-0" />