diff --git a/src/client/app/common/views/components/avatar.vue b/src/client/app/common/views/components/avatar.vue index 097bea843..d59c486f1 100644 --- a/src/client/app/common/views/components/avatar.vue +++ b/src/client/app/common/views/components/avatar.vue @@ -40,7 +40,7 @@ export default Vue.extend({ }, cat(): boolean { return this.user.isCat && this.$store.state.settings.circleIcons; - } + }, style(): any { return { backgroundColor: this.lightmode