feat(model-connections): refactor model roles UI

This commit is contained in:
Anish Sarkar 2026-06-13 00:46:53 +05:30
parent e77b0c5d4e
commit 7a1bb2acd6
2 changed files with 75 additions and 64 deletions

View file

@ -157,7 +157,12 @@ export function ConnectionSettingsDialog({
return (
<Dialog open={isOpen} onOpenChange={handleOpenChange}>
<DialogTrigger asChild>
<Button variant="ghost" size="icon" aria-label={`Configure ${providerLabel}`}>
<Button
variant="ghost"
size="icon"
className="text-muted-foreground hover:text-accent-foreground"
aria-label={`Configure ${providerLabel}`}
>
<Settings className="h-4 w-4" />
</Button>
</DialogTrigger>