Skip to content

Commit 6638ae2

Browse files
committed
style: improve background color for overflowed in Select
1 parent 0b55ca4 commit 6638ae2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Package/DownloadAnalytics.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@ const chartConfig = computed(() => {
957957
id="granularity"
958958
v-model="selectedGranularity"
959959
: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"
960+
class="w-full px-2.5 py-1.75 font-mono text-sm text-fg outline-none appearance-none focus-visible:outline-accent/70"
961961
>
962962
<option value="daily">{{ $t('package.downloads.granularity_daily') }}</option>
963963
<option value="weekly">{{ $t('package.downloads.granularity_weekly') }}</option>

0 commit comments

Comments
 (0)