Clean style creations ADF (#7385)

This commit is contained in:
Eugenio Romano
2021-11-29 16:14:26 +00:00
committed by GitHub
parent 684b1e7d65
commit ce43d0a766
27 changed files with 161 additions and 158 deletions

View File

@@ -122,7 +122,7 @@ export class ThemePickerComponent {
} else {
this.currentTheme = this._getCurrentThemeFromHref(theme.href);
this.styleManager.setStyle('theme', `assets/prebuilt-themes/${theme.href}`);
this.styleManager.setStyle('theme', theme.href);
if (this.currentTheme) {
this._themeStorage.storeTheme(this.currentTheme);