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 8b27a13 commit 217a533Copy full SHA for 217a533
1 file changed
app/components/PackageDownloadAnalytics.vue
@@ -59,7 +59,7 @@ const isDarkMode = computed(() => resolvedMode.value === 'dark')
59
60
const accentColorValueById = computed<Record<string, string>>(() => {
61
const map: Record<string, string> = {}
62
- for (const item of accentColors) {
+ for (const item of accentColors.value) {
63
map[item.id] = item.value
64
}
65
return map
0 commit comments