Skip to content

Commit ee9fe41

Browse files
committed
insight format
1 parent 1904e3d commit ee9fe41

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)