# PipelineAlerts

## 2026-06-21 — Low-priority dot uses the success token

**Prompted by:** Hellen (design team)

### What changed
- The **Low** priority dot now uses `var(--color-success)` instead of
  `var(--color-primary)`.

### Why
- Match the shared priority colour system used on cards / `PrioritySelect`
  (High → destructive, Medium → warning, Low → success) so the alerts strip and
  the board cards are colour-consistent.

### Affected tokens / files
- `packages/shadcn/src/components/ui/pipeline-alerts.tsx`
