infra: render Add connection and Install agent as equal-tone peers

The two-card explainer teaches Platform API vs Unified Agent as peer
options, but the ledger-header buttons had Add connection rendered as
primary/blue and Install agent as secondary/bordered — implying Add
connection was the default choice. Neither is a default: the right one
depends on the user's system. Both buttons now use the secondary tone so
they read as peers, and the user's choice is driven by the explainer
above rather than by button prominence.
This commit is contained in:
rcourtman
2026-04-20 11:50:50 +01:00
parent eb505a9371
commit 5338ae576d
@@ -133,7 +133,7 @@ const InfrastructureWorkspaceContent: Component<InfrastructureWorkspaceProps> =
setAddMode(true);
setShowAgentProfiles(false);
},
tone: 'primary' as const,
tone: 'secondary' as const,
},
{
label: 'Install agent',