diff --git a/frontend/packages/agent/src/components/MetaNav.tsx b/frontend/packages/agent/src/components/MetaNav.tsx index 78d7dad6..743148ca 100644 --- a/frontend/packages/agent/src/components/MetaNav.tsx +++ b/frontend/packages/agent/src/components/MetaNav.tsx @@ -14,6 +14,11 @@ // link and rebuild; rebuild's gone outright, the dashboard's own // R3BU1LD button already covers it, dashboard-link moves here, so // `OverflowMenu` had nothing left to justify existing and is deleted). +// +// `variant="quiet"` — mara: "link and settings button should not have +// the badge bg". `Badge`'s default filled-pill look is right for a +// status/picker chip, wrong for this icon-only trigger, which should +// read as header chrome. See `@hive/shared/badge.js`'s `BadgeVariant`. // v1 of this rendered every link inline in the header's title row — // mara, live: "the login card looks like it is behind the header" @@ -73,7 +78,13 @@ export function MetaNav({ links, forgePublicUrl, dashboardBase }: MetaNavProps) return (
- } title="agent links" onClick={() => setOpen((o) => !o)} expanded={open} /> + } + title="agent links" + variant="quiet" + onClick={() => setOpen((o) => !o)} + expanded={open} + /> {open ? (