mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-24 12:13:28 +00:00
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:
@@ -133,7 +133,7 @@ const InfrastructureWorkspaceContent: Component<InfrastructureWorkspaceProps> =
|
||||
setAddMode(true);
|
||||
setShowAgentProfiles(false);
|
||||
},
|
||||
tone: 'primary' as const,
|
||||
tone: 'secondary' as const,
|
||||
},
|
||||
{
|
||||
label: 'Install agent',
|
||||
|
||||
Reference in New Issue
Block a user