fix(ui): replace hardcoded chart hex colors with Warm Precision tokens

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jason Staack
2026-03-21 13:45:52 -05:00
parent 72c09d95bb
commit b8d8abde32
5 changed files with 12 additions and 12 deletions

View File

@@ -55,7 +55,7 @@ export function HealthTab({ tenantId, deviceId, active = true }: HealthTabProps)
data={data}
metric="avg_cpu"
label="CPU Load"
color="#38BDF8"
color="hsl(var(--accent))"
unit="%"
maxY={100}
/>