summaryrefslogtreecommitdiff
path: root/packages/client/src/pages/theme-editor.vue
diff options
context:
space:
mode:
Diffstat (limited to 'packages/client/src/pages/theme-editor.vue')
-rw-r--r--packages/client/src/pages/theme-editor.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/client/src/pages/theme-editor.vue b/packages/client/src/pages/theme-editor.vue
index 3525543531..cec3833594 100644
--- a/packages/client/src/pages/theme-editor.vue
+++ b/packages/client/src/pages/theme-editor.vue
@@ -224,7 +224,6 @@ const headerTabs = $computed(() => []);
definePageMetadata({
title: i18n.ts.themeEditor,
icon: 'fas fa-palette',
- bg: 'var(--bg)',
});
</script>