From 4edd9efc0b76c394b9a781a30f1c5e85b2294eb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Acid=20Chicken=20=28=E7=A1=AB=E9=85=B8=E9=B6=8F=29?= Date: Mon, 13 Aug 2018 03:47:56 +0900 Subject: [PATCH] Update avatar.vue refs: https://github.com/syuilo/misskey/pull/2182#discussion_r209464350 --- src/client/app/common/views/components/avatar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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