diff --git a/src/app/components/shared/footer/footer.component.ts b/src/app/components/shared/footer/footer.component.ts index 39f7b2f6e8fda7569bcb456474b5ae959eb19878..8516068a7815ca568172663efde7fc28d37770fe 100644 --- a/src/app/components/shared/footer/footer.component.ts +++ b/src/app/components/shared/footer/footer.component.ts @@ -56,8 +56,8 @@ export class FooterComponent implements OnInit { this.themeService.activate('dark'); this.themeClass = 'dark'; } else { - this.themeService.activate('dark'); - this.themeClass = 'dark'; + this.themeService.activate('arsnova'); + this.themeClass = 'arsnova'; } } this.styleService.setColor(this.themeService.getThemeByKey(this.themeClass).isDark);