Update analog-clock.vue

This commit is contained in:
syuilo 2018-12-15 23:34:46 +09:00 committed by GitHub
parent be1125dcb9
commit 6f959218ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {