style: step 11 - uniform text tokens in remaining components
This commit is contained in:
@@ -12,7 +12,7 @@ export default function StatCard({ label, value, icon: Icon }: StatCardProps) {
|
||||
<div className="flex justify-between items-center gap-2 p-3.5 bg-surface/70 border border-slate-800/50 rounded-2xl shadow-sm transition-all hover:bg-surface" role="status">
|
||||
<div className="flex items-center gap-2.5 min-w-0">
|
||||
{Icon && <Icon className="w-5 h-5 text-primary flex-shrink-0" aria-hidden="true" />}
|
||||
<span className="text-base md:text-lg text-slate-300 font-semibold truncate">
|
||||
<span className="text-base md:text-lg text-secondary font-semibold truncate">
|
||||
{label}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user