Skip to content

Commit 4037353

Browse files
committed
replace palette icon
1 parent a655a85 commit 4037353

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/components/Package/TrendsChart.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1673,7 +1673,7 @@ watch(selectedMetric, value => {
16731673
/>
16741674
</template>
16751675
<template #annotator-action-color="{ color }">
1676-
<span class="i-carbon:color-palette w-6 h-6" :style="{ color }" aria-hidden="true" />
1676+
<span class="i-lucide:palette w-6 h-6" :style="{ color }" aria-hidden="true" />
16771677
</template>
16781678
<template #annotator-action-undo>
16791679
<span

app/components/Package/VersionDistribution.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ const endDate = computed(() => {
539539
</template>
540540

541541
<template #annotator-action-color="{ color }">
542-
<span class="i-carbon:color-palette w-6 h-6" :style="{ color }" aria-hidden="true" />
542+
<span class="i-lucide:palette w-6 h-6" :style="{ color }" aria-hidden="true" />
543543
</template>
544544

545545
<template #annotator-action-undo>

0 commit comments

Comments
 (0)