Skip to content

Commit

Permalink
updates styling
Browse files Browse the repository at this point in the history
  • Loading branch information
BonomoAlessandro committed Nov 15, 2024
1 parent 96b5b2c commit 9a984ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{#if nonNullish(balance) && nonNullish(usdBalance)}
{formatUSD({ value: usdBalance })}
{:else if isNullish(balance)}
<span class:animate-pulse={isNullish(balance)}>{nullishBalanceMessage ?? '-'}</span>
<span class="animate-pulse">{nullishBalanceMessage ?? '-'}</span>
{:else}
<span class:animate-pulse={isNullish(balance)}>{$i18n.tokens.balance.error.not_applicable}</span
>
Expand Down

0 comments on commit 9a984ed

Please sign in to comment.