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 22fd3ed commit 87f9643Copy full SHA for 87f9643
src/app/earn-old/components/stat-metric.tsx
@@ -10,7 +10,7 @@ type Props = {
10
export function StatMetric({ className, isLoading, label, value }: Props) {
11
return (
12
<div className={cn('flex-col gap-1', className)}>
13
- <div className='text-xs text-neutral-400'>{label}</div>
+ <div className='text-ic-gray-500 text-xs'>{label}</div>
14
<div
15
className={cn(
16
'text-ic-gray-700 text-sm font-semibold',
0 commit comments