Skip to content

Commit

Permalink
TransactionScreen loan card: remove icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre committed Dec 20, 2024
1 parent f670d7d commit 586470f
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions frontend/app/src/screens/TransactionsScreen/LoanCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -653,16 +653,7 @@ function LoadingCard({
})}
>
{leverage
? (
<div
className={css({
display: "flex",
color: "brandGreen",
})}
>
<IconLeverage size={16} />
</div>
)
? <IconLeverage size={16} />
: <IconBorrow size={16} />}
</div>
{title}
Expand Down

0 comments on commit 586470f

Please sign in to comment.