feat: Update connector UI components with improved button styles and border adjustments for better visual consistency

This commit is contained in:
Anish Sarkar 2025-12-31 23:24:20 +05:30
parent 75119bf06b
commit 3a6749e86f
4 changed files with 10 additions and 11 deletions

View file

@ -115,9 +115,9 @@ export const ActiveConnectorsTab: FC<ActiveConnectorsTabProps> = ({
)}
</div>
<Button
variant="outline"
variant="secondary"
size="sm"
className="h-8 text-[11px] px-3 rounded-lg font-medium border-0"
className="h-8 text-[11px] px-3 rounded-lg font-medium bg-white text-slate-700 hover:bg-slate-50 border-0 shadow-xs dark:bg-secondary dark:text-secondary-foreground dark:hover:bg-secondary/80"
onClick={onManage ? () => onManage(connector) : undefined}
disabled={isIndexing}
>