Fix build process for custom theme
The theme file is now project specific because Angular demands assets to be part of the project. It also differs in content: The editor theme is only applied to canvas elements. For the player every checkbox and radio button is affected. The components now again use the default color of 'accent'. The custom theme now has the green as accent color and no longer primary.
Showing
- angular.json 3 additions, 3 deletionsangular.json
- customTheme.scss 0 additions, 9 deletionscustomTheme.scss
- projects/common/ui-elements/checkbox/checkbox.component.ts 1 addition, 2 deletionsprojects/common/ui-elements/checkbox/checkbox.component.ts
- projects/common/ui-elements/likert/likert-radio-button-group.component.ts 0 additions, 1 deletion...ui-elements/likert/likert-radio-button-group.component.ts
- projects/common/ui-elements/radio-with-images/radio-group-images.component.ts 0 additions, 1 deletion...lements/radio-with-images/radio-group-images.component.ts
- projects/common/ui-elements/radio/radio-button-group.component.ts 0 additions, 1 deletion.../common/ui-elements/radio/radio-button-group.component.ts
- projects/editor/src/assets/customTheme.scss 13 additions, 0 deletionsprojects/editor/src/assets/customTheme.scss
- projects/player/src/assets/customTheme.scss 11 additions, 0 deletionsprojects/player/src/assets/customTheme.scss
Loading
Please register or sign in to comment