refactor: migrate page components to Design System v4

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Michael Chihlas
2026-03-22 02:04:16 -04:00
parent fd28921373
commit e4ef904707
58 changed files with 1416 additions and 1416 deletions

View File

@@ -9,8 +9,8 @@ export default function EscalationQueuePage() {
<AlertTriangle size={16} className="text-amber-400" />
</span>
<div>
<h1 className="font-heading text-xl font-bold text-foreground">Escalation Queue</h1>
<p className="text-sm text-muted-foreground">Sessions from your team waiting for pickup</p>
<h1 className="font-heading text-xl font-bold text-[#e2e5eb]">Escalation Queue</h1>
<p className="text-sm text-[#848b9b]">Sessions from your team waiting for pickup</p>
</div>
</div>