mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-29 18:46:59 +00:00
Merge pull request #73675 from NousResearch/bb/edit-models-hover
fix(desktop): match Edit Models row hover to the model picker
This commit is contained in:
commit
43ddefd08f
1 changed files with 4 additions and 1 deletions
|
|
@ -140,7 +140,10 @@ export function ModelVisibilityDialog({
|
|||
const key = modelVisibilityKey(provider.slug, family.id)
|
||||
|
||||
return (
|
||||
<label className="flex cursor-pointer items-center gap-2 px-3 py-1 text-xs" key={key}>
|
||||
<label
|
||||
className="flex cursor-pointer items-center gap-2 px-3 py-1 text-xs hover:bg-(--ui-control-active-background)"
|
||||
key={key}
|
||||
>
|
||||
<span className="min-w-0 flex-1 truncate">
|
||||
{name}
|
||||
{tag ? <span className="text-(--ui-text-tertiary)"> {tag}</span> : null}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue