fix: add color prop to User3CuteReIcon in Trending component
This commit is contained in:
parent
fd7f57e3cd
commit
69851eb443
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue