mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 12:23:09 +02:00
[Client] Fix #3657
This commit is contained in:
parent
52b59e9d7b
commit
b2f288dcac
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue