Added function on edit-perfil button to change themes

This commit is contained in:
Eudes Inácio
2021-10-22 14:00:07 +01:00
parent e7d70f4736
commit 509824d0c5
6 changed files with 29 additions and 12 deletions
+1
View File
@@ -20,6 +20,7 @@ export class ThemeService {
document.body.classList.remove("default");
document.body.classList.add(theme);
this.currentTheme = theme
console.log('Current theme', theme)
}