diff --git a/canvas/src/lib/design-tokens.ts b/canvas/src/lib/design-tokens.ts index 0f44bbe8..ae6ea6d9 100644 --- a/canvas/src/lib/design-tokens.ts +++ b/canvas/src/lib/design-tokens.ts @@ -21,8 +21,8 @@ export function statusDotClass(status: string): string { export const TIER_CONFIG: Record = { 1: { label: "T1", color: "text-ink-mid bg-surface-card border border-line", border: "text-ink-mid border-line" }, 2: { label: "T2", color: "text-white bg-accent border border-accent-strong", border: "text-accent border-accent" }, - 3: { label: "T3", color: "text-white bg-violet-600 border border-violet-700", border: "text-violet-600 border-violet-500" }, - 4: { label: "T4", color: "text-white bg-warm border border-warm", border: "text-warm border-warm" }, + 3: { label: "T3", color: "text-white bg-violet-600 border border-violet-700", border: "text-white border-violet-500" }, + 4: { label: "T4", color: "text-white bg-warm border border-warm", border: "text-white border-warm" }, }; export const COMM_TYPE_LABELS: Record = {