Skip to content

Commit

Permalink
fix: change NFT count Pill's color
Browse files Browse the repository at this point in the history
  • Loading branch information
jeeanribeiro authored Apr 30, 2024
1 parent af2ed69 commit 96503fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<nft-pills class="flex flex-row items-center gap-2">
<NetworkAvatar networkId={collection.nfts[0].networkId} size="sm" showTooltip />
<AssetPillsForNft nft={collection.nfts[0]} />
<Pill compact color="primary">{localize('general.nfts', { count: collection.nfts.length })}</Pill>
<Pill compact color="brand">{localize('general.nfts', { count: collection.nfts.length })}</Pill>
</nft-pills>
</div>
</div>
Expand Down

0 comments on commit 96503fd

Please sign in to comment.