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:
@@ -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}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user