mirror of
https://github.com/kaythomas0/noisedash.git
synced 2025-11-14 04:14:02 +00:00
Fix accent color picker
This commit is contained in:
@@ -6,7 +6,7 @@ export default {
|
||||
changePasswordDialog: false,
|
||||
isPasswordValid: false,
|
||||
password: '',
|
||||
accentColor: '#607d8b',
|
||||
accentColor: {},
|
||||
snackbar: false,
|
||||
snackbarText: '',
|
||||
rules: {
|
||||
@@ -53,8 +53,8 @@ export default {
|
||||
this.$http.patch('/users/preferences', {
|
||||
preferences: preferences
|
||||
})
|
||||
this.$vuetify.theme.themes.dark.primary = this.accentColor
|
||||
this.$vuetify.theme.themes.light.primary = this.accentColor
|
||||
this.$vuetify.theme.themes.dark.primary = this.accentColor.hex
|
||||
this.$vuetify.theme.themes.light.primary = this.accentColor.hex
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user