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 0b55ca4 commit 6638ae2Copy full SHA for 6638ae2
1 file changed
app/components/Package/DownloadAnalytics.vue
@@ -957,7 +957,7 @@ const chartConfig = computed(() => {
957
id="granularity"
958
v-model="selectedGranularity"
959
:disabled="pending"
960
- class="w-full px-2.5 py-1.75 bg-bg-subtle font-mono text-sm text-fg outline-none appearance-none focus-visible:outline-accent/70"
+ class="w-full px-2.5 py-1.75 font-mono text-sm text-fg outline-none appearance-none focus-visible:outline-accent/70"
961
>
962
<option value="daily">{{ $t('package.downloads.granularity_daily') }}</option>
963
<option value="weekly">{{ $t('package.downloads.granularity_weekly') }}</option>
0 commit comments