From b2f288dcac92412550841d91d40af119e0187e91 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 19 Dec 2018 00:45:00 +0900 Subject: [PATCH] [Client] Fix #3657 --- src/client/app/common/views/components/analog-clock.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/app/common/views/components/analog-clock.vue b/src/client/app/common/views/components/analog-clock.vue index 9766b33cb..4ba578a1a 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('--themeColor')).toHexString(); + return tinycolor(getComputedStyle(document.documentElement).getPropertyValue('--primary')).toHexString(); }, ms(): number {