From 5e8ba7bd0a21f6039ce68d4987de32ba6973396e Mon Sep 17 00:00:00 2001 From: g Date: Tue, 13 Jan 2026 10:14:34 +0000 Subject: [PATCH] Remove gradient text styles from analytics UI Replaces gradient text styles with solid color classes in AdminAnalytics and updates the .text-gradient utility in globals.css. This simplifies the visual style for headings and revenue display. --- app/globals.css | 2 +- components/admin/AdminAnalytics.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/globals.css b/app/globals.css index dd54312..326dd6e 100644 --- a/app/globals.css +++ b/app/globals.css @@ -440,7 +440,7 @@ body { } .text-gradient { - @apply bg-clip-text text-transparent bg-gradient-to-r from-primary to-primary/60; + @apply text-foreground; } .bg-gradient-premium { diff --git a/components/admin/AdminAnalytics.tsx b/components/admin/AdminAnalytics.tsx index 192d93f..406d88d 100644 --- a/components/admin/AdminAnalytics.tsx +++ b/components/admin/AdminAnalytics.tsx @@ -817,7 +817,7 @@ export default function AdminAnalytics() {
-

+

Dashboard Analytics {!isViewingCurrentYear && ( @@ -974,7 +974,7 @@ export default function AdminAnalytics() {
Revenue
-
+
{formatAdminCurrency(bestMonth.revenue)}