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}
|
||||
<span
|
||||
class="badge preset-filled-warning flex items-center gap-1 font-bold">
|
||||
<Star size="1em" fill="currentColor" />
|
||||
<Star size="1em" class="mr-1" />
|
||||
Priority
|
||||
</span>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user