Skip to content
Snippets Groups Projects
Unverified Commit 6f959218 authored by syuilo's avatar syuilo Committed by GitHub
Browse files

Update analog-clock.vue

parent be1125dc
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment