[Client] Fix #3657

This commit is contained in:
syuilo 2018-12-19 00:45:00 +09:00
parent 52b59e9d7b
commit b2f288dcac
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

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