Skip to content
Snippets Groups Projects
Commit 9c546e61 authored by Klaus-Dieter Quibeldey-Cirkel's avatar Klaus-Dieter Quibeldey-Cirkel
Browse files

Merge branch '407-change-standard-desktop-theme-to-light' into 'master'

set standard desktop theme to light theme (arsnova)

Closes #407

See merge request arsnova/frag.jetzt!410
parents 493ec83c e90fa76e
Branches
Tags
No related merge requests found
...@@ -56,8 +56,8 @@ export class FooterComponent implements OnInit { ...@@ -56,8 +56,8 @@ export class FooterComponent implements OnInit {
this.themeService.activate('dark'); this.themeService.activate('dark');
this.themeClass = 'dark'; this.themeClass = 'dark';
} else { } else {
this.themeService.activate('dark'); this.themeService.activate('arsnova');
this.themeClass = 'dark'; this.themeClass = 'arsnova';
} }
} }
this.styleService.setColor(this.themeService.getThemeByKey(this.themeClass).isDark); this.styleService.setColor(this.themeService.getThemeByKey(this.themeClass).isDark);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment