remove premium templates

This commit is contained in:
Cetin Cakiroglu
2021-12-10 09:37:40 +03:00
parent 89b1bf58fa
commit b7372bb388
22 changed files with 35 additions and 45292 deletions

View File

@@ -165,7 +165,7 @@ export class AppMainComponent implements AfterViewInit, OnDestroy, OnInit {
}
}
toggleTheme(theme:string, darkMode:boolean){
changeTheme(theme:string, darkMode:boolean){
let themeElement = document.getElementById('theme-css');
themeElement.setAttribute('href', 'assets/theme/' + theme + '/theme.css');
this.app.darkMode = darkMode;