Skip to content

Commit 84b89f7

Browse files
authored
Merge branch 'main' into chore-mul-1132-portfolio-view-ff-removal
2 parents 03f3c4e + 338177c commit 84b89f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/components/UI/Bridge/components/TokenInsightsSheet/TokenInsightsSheet.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,8 +409,8 @@ const TokenInsightsSheet: React.FC = () => {
409409
priceChange24h > 0
410410
? TextColor.Success
411411
: priceChange24h < 0
412-
? TextColor.Error
413-
: TextColor.Alternative
412+
? TextColor.Error
413+
: TextColor.Alternative
414414
}
415415
>
416416
{formatPercentChange(priceChange24h)}

0 commit comments

Comments
 (0)