summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2018-12-15 23:34:46 +0900
committerGitHub <noreply@github.com>2018-12-15 23:34:46 +0900
commit6f959218efceea656a8890fa9b558734997e14a6 (patch)
treecd156d88067b7843c658f00e75c4a186455b35b6 /src/client
parentOGP向けにインスタンスのバナー画像を提供するように (diff)
downloadmisskey-6f959218efceea656a8890fa9b558734997e14a6.tar.gz
misskey-6f959218efceea656a8890fa9b558734997e14a6.tar.bz2
misskey-6f959218efceea656a8890fa9b558734997e14a6.zip
Update analog-clock.vue
Diffstat (limited to 'src/client')
-rw-r--r--src/client/app/common/views/components/analog-clock.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/views/components/analog-clock.vue b/src/client/app/common/views/components/analog-clock.vue
index 8795076bb3..9766b33cb9 100644
--- a/src/client/app/common/views/components/analog-clock.vue
+++ b/src/client/app/common/views/components/analog-clock.vue
@@ -75,7 +75,7 @@ export default Vue.extend({
return this.dark ? '#fff' : '#777';
},
hHandColor(): string {
- return tinycolor(getComputedStyle(document.documentElement).getPropertyValue('--text')).toHexString();
+ return tinycolor(getComputedStyle(document.documentElement).getPropertyValue('--themeColor')).toHexString();
},
ms(): number {