diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-02-09 12:43:26 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-02-09 12:43:26 +0900 |
| commit | 1675c473d4420a33b40b19acb40d39cd7e409e6f (patch) | |
| tree | 1000ddca945f0fdb1bb39f0fd5043808c635a871 /src | |
| parent | Update vue (diff) | |
| download | sharkey-1675c473d4420a33b40b19acb40d39cd7e409e6f.tar.gz sharkey-1675c473d4420a33b40b19acb40d39cd7e409e6f.tar.bz2 sharkey-1675c473d4420a33b40b19acb40d39cd7e409e6f.zip | |
:art:
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/admin/views/federation.vue | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/app/admin/views/federation.vue b/src/client/app/admin/views/federation.vue index 85967a0007..f397aaf646 100644 --- a/src/client/app/admin/views/federation.vue +++ b/src/client/app/admin/views/federation.vue @@ -317,6 +317,9 @@ export default Vue.extend({ curve: 'straight', width: 2 }, + tooltip: { + theme: this.$store.state.device.darkmode ? 'dark' : 'light' + }, legend: { labels: { colors: tinycolor(getComputedStyle(document.documentElement).getPropertyValue('--text')).toRgbString() |