@illuma-ai/codeviz 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -1583,7 +1583,7 @@ function MetricCard({ label, value, trend, trendLabel, icon, iconColor = '#00C1D
1583
1583
  <p className="text-text-secondary text-xs font-medium uppercase tracking-wide">{label}</p>
1584
1584
  {IconComp && <IconComp className="w-4 h-4" style={{ color: iconColor }} />}
1585
1585
  </div>
1586
- <p className="text-lg font-bold text-text-primary tabular-nums">{value}</p>
1586
+ <p className="text-xl font-bold text-text-primary tabular-nums">{value}</p>
1587
1587
  {trend && (
1588
1588
  <div className="flex items-center gap-1.5 mt-2">
1589
1589
  <span className={cn('text-xs font-semibold', isPositive && 'text-status-positive', isNegative && 'text-status-negative')}>