fix(lead): remove invalid 'fill' prop from Star icon
This commit is contained in:
@@ -169,7 +169,7 @@ function format_date(date: any) {
|
|||||||
{#if $lq__lead_obj?.priority}
|
{#if $lq__lead_obj?.priority}
|
||||||
<span
|
<span
|
||||||
class="badge preset-filled-warning flex items-center gap-1 font-bold">
|
class="badge preset-filled-warning flex items-center gap-1 font-bold">
|
||||||
<Star size="1em" fill="currentColor" />
|
<Star size="1em" class="mr-1" />
|
||||||
Priority
|
Priority
|
||||||
</span>
|
</span>
|
||||||
{/if}
|
{/if}
|
||||||
|
|||||||
Reference in New Issue
Block a user