From 1675c473d4420a33b40b19acb40d39cd7e409e6f Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 9 Feb 2019 12:43:26 +0900 Subject: [PATCH] :art: --- src/client/app/admin/views/federation.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/client/app/admin/views/federation.vue b/src/client/app/admin/views/federation.vue index 85967a000..f397aaf64 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()