Update analog-clock.vue
This commit is contained in:
		
							parent
							
								
									be1125dcb9
								
							
						
					
					
						commit
						6f959218ef
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -75,7 +75,7 @@ export default Vue.extend({
 | 
				
			||||||
			return this.dark ? '#fff' : '#777';
 | 
								return this.dark ? '#fff' : '#777';
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
		hHandColor(): string {
 | 
							hHandColor(): string {
 | 
				
			||||||
			return tinycolor(getComputedStyle(document.documentElement).getPropertyValue('--text')).toHexString();
 | 
								return tinycolor(getComputedStyle(document.documentElement).getPropertyValue('--themeColor')).toHexString();
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		ms(): number {
 | 
							ms(): number {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue