mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
create single scss pack and script
remove unnecessary file from pack fix problem dev change style fix theme picker
This commit is contained in:
@@ -101,7 +101,7 @@ export class ThemePickerComponent {
|
||||
} else {
|
||||
this.currentTheme = this._getCurrentThemeFromHref(theme.href);
|
||||
|
||||
this.styleManager.setStyle('theme', `prebuilt-themes/${theme.href}`);
|
||||
this.styleManager.setStyle('theme', `assets/prebuilt-themes/${theme.href}`);
|
||||
|
||||
if (this.currentTheme) {
|
||||
this._themeStorage.storeTheme(this.currentTheme);
|
||||
|
Reference in New Issue
Block a user