From 4b37e9fa84d259852818bbf982a83614f3699338 Mon Sep 17 00:00:00 2001 From: fullsizemalt <106900403+fullsizemalt@users.noreply.github.com> Date: Sat, 27 Dec 2025 13:09:04 -0800 Subject: [PATCH] style: Clean up typography across all pages - Remove italic styling from headers throughout app - Reduce excessive font-black to font-bold - Clean up tracking-widest to tracking-wider - Normalize button styling across pages --- frontend/src/pages/AuditLogPage.tsx | 14 ++++++------- frontend/src/pages/BatchDetailPage.tsx | 20 +++++++++--------- frontend/src/pages/BatchesPage.tsx | 22 ++++++++++---------- frontend/src/pages/MetrcDashboardPage.tsx | 2 +- frontend/src/pages/RoomDetailPage.tsx | 8 +++---- frontend/src/pages/RoomsPage.tsx | 22 ++++++++++---------- frontend/src/pages/SuppliesPage.tsx | 12 +++++------ frontend/src/pages/TasksPage.tsx | 2 +- frontend/src/pages/VisitorManagementPage.tsx | 6 +++--- 9 files changed, 54 insertions(+), 54 deletions(-) diff --git a/frontend/src/pages/AuditLogPage.tsx b/frontend/src/pages/AuditLogPage.tsx index 4a3a816..cce8f59 100644 --- a/frontend/src/pages/AuditLogPage.tsx +++ b/frontend/src/pages/AuditLogPage.tsx @@ -165,10 +165,10 @@ export default function AuditLogPage() { {/* Header section */}
{label}
-{label}
+{label}
+{label}
{value}
Total Batches
-{batches.length}
+Total Batches
+{batches.length}
In Flower
-{flowerCount}
+In Flower
+{flowerCount}
In Veg
-{vegCount}
+In Veg
+{vegCount}
Total Plants
-{totalPlants.toLocaleString()}
+Total Plants
+{totalPlants.toLocaleString()}
Total Zones
-{rooms.length}
+Total Zones
+{rooms.length}
Veg Rooms
-{vegCount}
+Veg Rooms
+{vegCount}
Flower Rooms
-{flowerCount}
+Flower Rooms
+{flowerCount}
Active Batches
-{totalBatches}
+Active Batches
+{totalBatches}
0 ? "text-[var(--color-error)]" : "text-[var(--color-primary)]"
)}>
Shortages Detected
@@ -290,7 +290,7 @@ export default function SuppliesPage() {
+