From 9329e5d9adb38d075255128dd115cc81889b4397 Mon Sep 17 00:00:00 2001 From: Nexus Dev Date: Sat, 11 Apr 2026 16:41:21 +0000 Subject: [PATCH] style(nexus): drop cyan arbitrary shadows (phase 7) --- ui/src/components/ActiveAgentsPanel.tsx | 2 +- ui/src/components/LiveRunWidget.tsx | 2 +- ui/src/pages/AgentDetail.tsx | 2 +- ui/src/pages/RunTranscriptUxLab.tsx | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/src/components/ActiveAgentsPanel.tsx b/ui/src/components/ActiveAgentsPanel.tsx index ad60b653..1a718f1e 100644 --- a/ui/src/components/ActiveAgentsPanel.tsx +++ b/ui/src/components/ActiveAgentsPanel.tsx @@ -93,7 +93,7 @@ function AgentRunCard({
diff --git a/ui/src/components/LiveRunWidget.tsx b/ui/src/components/LiveRunWidget.tsx index b8ee8def..e80bfb93 100644 --- a/ui/src/components/LiveRunWidget.tsx +++ b/ui/src/components/LiveRunWidget.tsx @@ -87,7 +87,7 @@ export function LiveRunWidget({ issueId, companyId }: LiveRunWidgetProps) { if (runs.length === 0) return null; return ( -
+
Live Runs diff --git a/ui/src/pages/AgentDetail.tsx b/ui/src/pages/AgentDetail.tsx index e645a02a..6043ea19 100644 --- a/ui/src/pages/AgentDetail.tsx +++ b/ui/src/pages/AgentDetail.tsx @@ -1104,7 +1104,7 @@ function LatestRunCard({ runs, agentId }: { runs: HeartbeatRun[]; agentId: strin to={`/agents/${agentId}/runs/${run.id}`} className={cn( "block border rounded-lg p-4 space-y-2 w-full no-underline transition-colors hover:bg-muted/50 cursor-pointer", - isLive ? "border-primary/30 shadow-[0_0_12px_rgba(6,182,212,0.08)]" : "border-border" + isLive ? "border-primary/30" : "border-border" )} >
diff --git a/ui/src/pages/RunTranscriptUxLab.tsx b/ui/src/pages/RunTranscriptUxLab.tsx index 728a249d..42f3c823 100644 --- a/ui/src/pages/RunTranscriptUxLab.tsx +++ b/ui/src/pages/RunTranscriptUxLab.tsx @@ -97,7 +97,7 @@ function LiveWidgetPreview({ density: TranscriptDensity; }) { return ( -
+
Live Runs @@ -225,7 +225,7 @@ export function RunTranscriptUxLab() { className={cn( "w-full rounded-lg border px-4 py-3 text-left transition-all", selectedSurface === option.id - ? "border-primary/35 bg-primary/[0.10] shadow-[0_12px_24px_rgba(6,182,212,0.12)]" + ? "border-primary/35 bg-primary/[0.10]" : "border-border/70 bg-background/70 hover:border-primary/20 hover:bg-primary/[0.04]", )} >