Skip to content

Commit 5422e01

Browse files
committed
oklch color in download component
1 parent 9f3efa8 commit 5422e01

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

app/components/PackageDownloadStats.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ const config = computed(() => ({
3131
},
3232
area: {
3333
useGradient: false,
34-
// here css variable doesn't seem to work here
35-
color: '#6A6A6A',
34+
color: 'oklch(0.5243 0 0)', // css variable doesn't seem to work here
3635
opacity: 10,
3736
},
3837
dataLabel: {

0 commit comments

Comments
 (0)