From 43309e19cab6f6ef601009e1fd6d012b13e4e82b Mon Sep 17 00:00:00 2001 From: Jason Staack Date: Sat, 21 Mar 2026 15:04:43 -0500 Subject: [PATCH] =?UTF-8?q?fix(ui):=20final=20cleanup=20=E2=80=94=20signal?= =?UTF-8?q?=20chart=20hex,=20checkbox/select=20tokens?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - SignalHistoryChart: #3b82f6 → hsl(var(--accent)) - Checkbox: opacity-50 disabled → text-muted/border-subtle, proper focus ring, bg-panel surface, checked text-background - Select: opacity-50 disabled → text-muted/border-subtle, proper focus ring, radius-control, bg-panel, text-xs Zero old token names, zero blue hex, zero opacity-disabled remaining. Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/components/ui/checkbox.tsx | 2 +- frontend/src/components/ui/select.tsx | 2 +- frontend/src/components/wireless/SignalHistoryChart.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/ui/checkbox.tsx b/frontend/src/components/ui/checkbox.tsx index 4d295db..5075a56 100644 --- a/frontend/src/components/ui/checkbox.tsx +++ b/frontend/src/components/ui/checkbox.tsx @@ -10,7 +10,7 @@ const Checkbox = React.forwardRef< span]:line-clamp-1', + 'flex h-8 w-full items-center justify-between rounded-[var(--radius-control)] border border-border-default bg-panel px-2.5 py-1 text-xs text-text-primary focus-visible:outline-2 focus-visible:outline-accent focus-visible:outline-offset-2 disabled:cursor-not-allowed disabled:text-text-muted disabled:border-border-subtle [&>span]:line-clamp-1', className, )} {...props} diff --git a/frontend/src/components/wireless/SignalHistoryChart.tsx b/frontend/src/components/wireless/SignalHistoryChart.tsx index d4f8ac4..3edbae7 100644 --- a/frontend/src/components/wireless/SignalHistoryChart.tsx +++ b/frontend/src/components/wireless/SignalHistoryChart.tsx @@ -129,7 +129,7 @@ export function SignalHistoryChart({ tenantId, deviceId, macAddress }: SignalHis