Skip to content

Commit 87f9643

Browse files
committed
revert earn styling
1 parent 22fd3ed commit 87f9643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/earn-old/components/stat-metric.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ type Props = {
1010
export function StatMetric({ className, isLoading, label, value }: Props) {
1111
return (
1212
<div className={cn('flex-col gap-1', className)}>
13-
<div className='text-xs text-neutral-400'>{label}</div>
13+
<div className='text-ic-gray-500 text-xs'>{label}</div>
1414
<div
1515
className={cn(
1616
'text-ic-gray-700 text-sm font-semibold',

0 commit comments

Comments
 (0)