Move dark mode toggle to account page

This commit is contained in:
Kevin Thomas
2022-04-05 21:32:45 -07:00
parent 7127e473b8
commit 7a59000a41
4 changed files with 11 additions and 13 deletions

View File

@@ -77,6 +77,12 @@
</v-form>
</v-dialog>
<v-switch
v-model="$vuetify.theme.dark"
label="Dark Mode"
@change="toggleDarkMode"
/>
<v-snackbar
v-model="snackbar"
timeout="3000"