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:
@@ -46,8 +46,8 @@ export default {
|
||||
.then(response => {
|
||||
if (response.status === 200) {
|
||||
const preferences = response.data.user.preferences
|
||||
this.$vuetify.theme.themes.dark.primary = preferences.accentColor
|
||||
this.$vuetify.theme.themes.light.primary = preferences.accentColor
|
||||
this.$vuetify.theme.themes.dark.primary = preferences.accentColor.hex
|
||||
this.$vuetify.theme.themes.light.primary = preferences.accentColor.hex
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user