fix: add color prop to User3CuteReIcon in Trending component

This commit is contained in:
lawvs 2025-06-19 14:52:59 +08:00
parent fd7f57e3cd
commit 69851eb443
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ export const Trending = ({
}
>
<View className="flex flex-row items-center gap-1 opacity-60">
<User3CuteReIcon width={13} height={13} />
<User3CuteReIcon width={13} height={13} color={label} />
<Text className="text-text text-sm">
{formatNumber(item.analytics.subscriptionCount || 0)}
</Text>