Skip to content

Commit

Permalink
fix(app): balance styling
Browse files Browse the repository at this point in the history
  • Loading branch information
cor committed Jun 7, 2024
1 parent 383fbe9 commit ef2759a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<Card.Header>
<Card.Title>Balances</Card.Title>
</Card.Header>
<Card.Content class="flex flex-col gap-2">
<Card.Content class="flex flex-col gap-6">
<div>
<h2 class="font-bold">Sepolia</h2>
{#if $evmBalances}
Expand Down

0 comments on commit ef2759a

Please sign in to comment.