Remove gradient text styles from analytics UI
All checks were successful
Build Frontend / build (push) Successful in 1m10s
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user