diff options
Diffstat (limited to 'src/client/pages/instance/other-settings.vue')
| -rw-r--r-- | src/client/pages/instance/other-settings.vue | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/pages/instance/other-settings.vue b/src/client/pages/instance/other-settings.vue index b9f9ce30f7..4e55df41fb 100644 --- a/src/client/pages/instance/other-settings.vue +++ b/src/client/pages/instance/other-settings.vue @@ -49,7 +49,8 @@ export default defineComponent({ return { [symbols.PAGE_INFO]: { title: this.$ts.other, - icon: 'fas fa-cogs' + icon: 'fas fa-cogs', + bg: 'var(--bg)', }, summalyProxy: '', deeplAuthKey: '', |