Skip to content

Commit

Permalink
Fixes premium badge icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlasser committed Oct 27, 2023
1 parent e238822 commit 6cf0bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/addons/browser/AddOnListItem.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
badgeColor="var(--premium)"
labelColor="var(--darkgray)"
>
<Credit badge slot="icon" />
<Credit badge slot="icon" color="var(--darkgray)" />
</Badge></span
>
{/if}
Expand Down

0 comments on commit 6cf0bb6

Please sign in to comment.