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 {