diff --git a/src-ui/src/app/app.component.ts b/src-ui/src/app/app.component.ts
index c5ec9604d..2f7de03b5 100644
--- a/src-ui/src/app/app.component.ts
+++ b/src-ui/src/app/app.component.ts
@@ -19,7 +19,7 @@ export class AppComponent implements OnInit, OnDestroy {
constructor (private settings: SettingsService, private consumerStatusService: ConsumerStatusService, private toastService: ToastService, private router: Router) {
let anyWindow = (window as any)
anyWindow.pdfWorkerSrc = 'assets/js/pdf.worker.min.js';
- this.settings.updateDarkModeSettings()
+ this.settings.updateAppearanceSettings()
}
ngOnDestroy(): void {
diff --git a/src-ui/src/app/components/app-frame/app-frame.component.html b/src-ui/src/app/components/app-frame/app-frame.component.html
index 235289074..b609a1c78 100644
--- a/src-ui/src/app/components/app-frame/app-frame.component.html
+++ b/src-ui/src/app/components/app-frame/app-frame.component.html
@@ -92,7 +92,7 @@
{{d.title | documentTitle}}
-
+
@@ -169,7 +169,7 @@