From 5338ae576d4193e60a303d071ee577e765bc92ad Mon Sep 17 00:00:00 2001 From: rcourtman Date: Mon, 20 Apr 2026 11:50:50 +0100 Subject: [PATCH] infra: render Add connection and Install agent as equal-tone peers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- .../src/components/Settings/InfrastructureWorkspace.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend-modern/src/components/Settings/InfrastructureWorkspace.tsx b/frontend-modern/src/components/Settings/InfrastructureWorkspace.tsx index 1f1e7baed..562a1d6c3 100644 --- a/frontend-modern/src/components/Settings/InfrastructureWorkspace.tsx +++ b/frontend-modern/src/components/Settings/InfrastructureWorkspace.tsx @@ -133,7 +133,7 @@ const InfrastructureWorkspaceContent: Component = setAddMode(true); setShowAgentProfiles(false); }, - tone: 'primary' as const, + tone: 'secondary' as const, }, { label: 'Install agent',