Skip to content

Commit

Permalink
Update analog-clock.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Dec 15, 2018
1 parent be1125d commit 6f95921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/app/common/views/components/analog-clock.vue
Expand Up @@ -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 {
Expand Down

0 comments on commit 6f95921

Please sign in to comment.