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:
Brooklyn Nicholson 2026-07-30 01:20:08 -05:00
parent ba194c1d19
commit 3209236ae3

View file

@ -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
) : (