mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-31 19:16:29 +00:00
fix(desktop): fade the ⌘-held project label
The 'New session in <project>' preview is a note about what Enter will do, not the row's name — so it takes text-muted-foreground/80, the same muted tone the palette's detail notes already use.
This commit is contained in:
parent
ba194c1d19
commit
3209236ae3
1 changed files with 1 additions and 1 deletions
|
|
@ -267,7 +267,7 @@ const PaletteRow = memo(function PaletteRow({
|
|||
value={paletteValue(item)}
|
||||
>
|
||||
<Icon className="size-3.5 shrink-0 text-muted-foreground" />
|
||||
<span className="truncate">
|
||||
<span className={cn('truncate', modPreview && 'text-muted-foreground/80')}>
|
||||
{modPreview ? (
|
||||
item.modLabel
|
||||
) : (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue