This commit is contained in:
Peter Maquiran
2021-10-25 13:54:34 +01:00
parent a52f8fea07
commit 9bb85a2adf
17 changed files with 66 additions and 28 deletions
@@ -21,7 +21,7 @@ export class EditProfilePage implements OnInit {
private animationController: AnimationController,
public platform: Platform,
private backgroundservice: BackgroundService,
private themeservice: ThemeService
public ThemeService: ThemeService
) {}
ngOnInit() {}
@@ -117,7 +117,7 @@ export class EditProfilePage implements OnInit {
}
changeTheme(name) {
this.themeservice.setTheme(name)
this.ThemeService.setTheme(name)
}
}