From 0a35e83a6c25ae1f897715804bfc709a0d87a1f7 Mon Sep 17 00:00:00 2001 From: MythEclipse Date: Thu, 4 Jun 2026 14:17:45 +0700 Subject: [PATCH] refactor(analytics): replace hardcoded color tokens with theme-aware CSS variables --- .../analytics/components/ControlBar.tsx | 8 +++---- .../components/ModerationActionsPanel.tsx | 15 +++++------- .../analytics/components/ViolatorTable.tsx | 23 ++++++++----------- 3 files changed, 20 insertions(+), 26 deletions(-) diff --git a/services/frontend/src/features/analytics/components/ControlBar.tsx b/services/frontend/src/features/analytics/components/ControlBar.tsx index fdb2a18..dde02a7 100644 --- a/services/frontend/src/features/analytics/components/ControlBar.tsx +++ b/services/frontend/src/features/analytics/components/ControlBar.tsx @@ -55,14 +55,14 @@ export function ControlBar({
-
+
{TIME_RANGES.map((tr) => (