[Client] Fix #3657
This commit is contained in:
		@@ -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 {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user