We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f3c5f5 commit e1feb68Copy full SHA for e1feb68
apps/dashboard/components/analytics/stat-card.tsx
@@ -346,7 +346,7 @@ export function StatCard({
346
</div>
347
348
{hasValidChartData && (
349
- <div className="-mb-0.5 sm:-mb-1 [--chart-color:var(--primary)] group-hover:[--chart-color:var(--primary-500)]">
+ <div className="-mb-0.5 sm:-mb-1 [--chart-color:var(--primary)]">
350
<MiniChart
351
data={chartData}
352
formatChartValue={formatChartValue}
0 commit comments