mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Added function on edit-perfil button to change themes
This commit is contained in:
@@ -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)
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user