Skip to content

Commit f8e8333

Browse files
committed
Explicitly set color to primary on v-switch
Vuetify 2 did this by default, but Vuetify 3 does not.
1 parent 12399c3 commit f8e8333

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/src/components/DandisetsPage.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,15 @@
2424
v-model="showDrafts"
2525
label="Drafts"
2626
density="comfortable"
27+
color="primary"
2728
/>
2829
</v-list-item>
2930
<v-list-item>
3031
<v-switch
3132
v-model="showEmpty"
3233
label="Empty Dandisets"
3334
density="comfortable"
35+
color="primary"
3436
/>
3537
</v-list-item>
3638
</v-list>

0 commit comments

Comments
 (0)