mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-14 22:52:15 +02:00
feat(model-connections): refactor model roles UI
This commit is contained in:
parent
e77b0c5d4e
commit
7a1bb2acd6
2 changed files with 75 additions and 64 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue