Skip to content

Commit

Permalink
balance style
Browse files Browse the repository at this point in the history
  • Loading branch information
vidvidvid committed Nov 22, 2024
1 parent c5cd6c7 commit c6a571e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui/app/market/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export default function Market() {
cell: ({ row }: MarketCellProps) => (
<div className="flex flex-col items-start">
<span>{row.original.supply.balance}</span>
<span className="text-white/50 text-xs">
<span className="text-xs text-white/40 font-light">
${row.original.supply.balanceUSD}
</span>
</div>
Expand All @@ -161,7 +161,7 @@ export default function Market() {
cell: ({ row }: MarketCellProps) => (
<div className="flex flex-col items-start">
<span>{row.original.borrow.balance}</span>
<span className="text-white/50 text-xs">
<span className="text-xs text-white/40 font-light">
${row.original.borrow.balanceUSD}
</span>
</div>
Expand Down

0 comments on commit c6a571e

Please sign in to comment.