diff --git a/web/src/components/app/campaigns/sequences/CampaignFlow.tsx b/web/src/components/app/campaigns/sequences/CampaignFlow.tsx
index 3b9912d1..3b189b2d 100644
--- a/web/src/components/app/campaigns/sequences/CampaignFlow.tsx
+++ b/web/src/components/app/campaigns/sequences/CampaignFlow.tsx
@@ -590,7 +590,7 @@ function SwitchNode({ id, data, selected }: NodeProps) {
@@ -3120,13 +3120,13 @@ function SwitchStepFields({
onClick={() => setAction((a) => ({ ...a, switch_on: mode ? "ai" : "value" }))}
className={`flex items-start gap-1.5 rounded-md border px-2 py-1.5 text-left transition-colors ${
active
- ? "border-sky-300 bg-sky-50"
+ ? "border-purple-300 bg-purple-50"
: "border-slate-200 bg-white hover:border-slate-300"
}`}
>
-
+
-
+
{title}
{detail}
@@ -3153,7 +3153,7 @@ function SwitchStepFields({
placeholder={
"Read this contact's reply and company details. Decide whether they're interested, not ready yet, or the wrong person."
}
- className="w-full px-2.5 py-1.5 rounded-md border border-slate-200 bg-white text-[12.5px] text-slate-900 placeholder:text-slate-400 outline-none focus:border-sky-400 focus:ring-2 focus:ring-sky-100 resize-y leading-relaxed"
+ className="w-full px-2.5 py-1.5 rounded-md border border-slate-200 bg-white text-[12.5px] text-slate-900 placeholder:text-slate-400 outline-none focus:border-purple-400 focus:ring-2 focus:ring-purple-100 resize-y leading-relaxed"
/>
One model call per contact reaching this step picks exactly one case. Supports the same{" "}
@@ -3270,11 +3270,11 @@ function AIContextToggle({
return (
-
{label}
+
{label}
{detail}