From e88814afef0d62ab97dc5ab972fc7a8cb2fcddcb Mon Sep 17 00:00:00 2001 From: fullsizemalt <106900403+fullsizemalt@users.noreply.github.com> Date: Sat, 27 Dec 2025 15:03:36 -0800 Subject: [PATCH] fix: Expose Generate Zone button and refine styling (remove italics/caps, improve contrast) --- frontend/src/index.css | 2 +- frontend/src/pages/AuditLogPage.tsx | 14 +++++----- frontend/src/pages/BatchDetailPage.tsx | 8 +++--- frontend/src/pages/BatchesPage.tsx | 2 +- frontend/src/pages/RoomDetailPage.tsx | 4 +-- frontend/src/pages/RoomsPage.tsx | 38 +++++++++++++------------- frontend/src/pages/TasksPage.tsx | 6 ++-- 7 files changed, 37 insertions(+), 37 deletions(-) diff --git a/frontend/src/index.css b/frontend/src/index.css index 909dcee..ddb114e 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -40,7 +40,7 @@ /* Light mode text */ --color-text-primary: #0F172A; --color-text-secondary: #334155; - --color-text-tertiary: #64748B; + --color-text-tertiary: #475569; --color-text-quaternary: #94A3B8; --color-text-inverse: #F9FAFB; diff --git a/frontend/src/pages/AuditLogPage.tsx b/frontend/src/pages/AuditLogPage.tsx index cce8f59..a49b105 100644 --- a/frontend/src/pages/AuditLogPage.tsx +++ b/frontend/src/pages/AuditLogPage.tsx @@ -91,7 +91,7 @@ export default function AuditLogPage() { header: 'Timestamp', cell: (log) => (