Skip to content

Commit bfdbb47

Browse files
authored
Merge pull request #2290 from dandi/fix-v-switch
Fix v-switch margins and color
2 parents d9a2fd2 + 663bfc1 commit bfdbb47

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web/src/components/DandisetsPage.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,17 @@
2424
v-model="showDrafts"
2525
label="Drafts"
2626
density="compact"
27+
class="mx-2"
28+
color="primary"
2729
/>
2830
</v-list-item>
2931
<v-list-item>
3032
<v-switch
3133
v-model="showEmpty"
3234
label="Empty Dandisets"
3335
density="compact"
36+
class="mx-2"
37+
color="primary"
3438
/>
3539
</v-list-item>
3640
</v-list>

0 commit comments

Comments
 (0)