From d07e1bc8fba2f50160ed244a43a9054f58ca6787 Mon Sep 17 00:00:00 2001 From: Avery Felts Date: Sat, 24 Jan 2026 01:26:37 -0700 Subject: [PATCH] Fix stats boxes to use dark transparent background with white text Co-Authored-By: Claude Opus 4.5 --- src/components/StatsCard.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/StatsCard.tsx b/src/components/StatsCard.tsx index 763384e..e3fa511 100644 --- a/src/components/StatsCard.tsx +++ b/src/components/StatsCard.tsx @@ -68,19 +68,19 @@ export function StatsCard({ usageData, substance }: StatsCardProps) {
-
+

{todayUsage}

Today

-
+

{weekAverage}

Daily Avg (7d)

-
+

{streak}

Free days

-
+

{totalDays}

Days tracked