Skip to content

Commit 29c6686

Browse files
committed
use accent color for sparkline
1 parent 61c5b85 commit 29c6686

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Package/WeeklyDownloadStats.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ const config = computed(() => {
163163
color: colors.value.fg,
164164
},
165165
line: {
166-
color: colors.value.borderHover,
166+
color: transparentizeOklch(accent.value, 0.5),
167167
pulse: {
168168
show: true,
169169
loop: true, // runs only once if false

0 commit comments

Comments
 (0)