Skip to content

Commit 663bfc1

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

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
@@ -25,6 +25,7 @@
2525
label="Drafts"
2626
density="compact"
2727
class="mx-2"
28+
color="primary"
2829
/>
2930
</v-list-item>
3031
<v-list-item>
@@ -33,6 +34,7 @@
3334
label="Empty Dandisets"
3435
density="compact"
3536
class="mx-2"
37+
color="primary"
3638
/>
3739
</v-list-item>
3840
</v-list>

0 commit comments

Comments
 (0)