mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Clean style creations ADF (#7385)
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user