Remove gradient text styles from analytics UI
All checks were successful
Build Frontend / build (push) Successful in 1m10s

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.
This commit is contained in:
g
2026-01-13 10:14:34 +00:00
parent 4f4f9404c3
commit 5e8ba7bd0a
2 changed files with 3 additions and 3 deletions

View File

@@ -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 {