We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f3efa8 commit 5422e01Copy full SHA for 5422e01
1 file changed
app/components/PackageDownloadStats.vue
@@ -31,8 +31,7 @@ const config = computed(() => ({
31
},
32
area: {
33
useGradient: false,
34
- // here css variable doesn't seem to work here
35
- color: '#6A6A6A',
+ color: 'oklch(0.5243 0 0)', // css variable doesn't seem to work here
36
opacity: 10,
37
38
dataLabel: {
0 commit comments