Skip to content

Commit e794983

Browse files
committed
fix: add missing rx on legend markers
1 parent 352594f commit e794983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Package/DownloadAnalytics.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ const config = computed(() => {
835835
>
836836
<div class="h-3 w-3">
837837
<svg viewBox="0 0 2 2" class="w-full">
838-
<rect x="0" y="0" width="2" height="2" :fill="datapoint.color" />
838+
<rect x="0" y="0" width="2" height="2" rx="0.3" :fill="datapoint.color" />
839839
</svg>
840840
</div>
841841
<span

0 commit comments

Comments
 (0)