diff --git a/src/app/components/shared/footer/footer.component.ts b/src/app/components/shared/footer/footer.component.ts
index 8516068a7815ca568172663efde7fc28d37770fe..c754f14c44f54e505886f0aaa9fc168a3219dca1 100644
--- a/src/app/components/shared/footer/footer.component.ts
+++ b/src/app/components/shared/footer/footer.component.ts
@@ -53,8 +53,8 @@ export class FooterComponent implements OnInit {
     this.deviceType = localStorage.getItem('deviceType');
     if (!this.themeService.getThemeByKey(this.themeClass) || !this.themeService.getTheme()['source']['_value']) {
       if (this.deviceType === 'mobile') {
-        this.themeService.activate('dark');
-        this.themeClass = 'dark';
+        this.themeService.activate('arsnova');
+        this.themeClass = 'arsnova';
       } else {
         this.themeService.activate('arsnova');
         this.themeClass = 'arsnova';