oblique-bit / oblique

An Angular front-end framework Tailored for your swiss branded business web application, Oblique provides a standardized corporate design look and feel as well as a collection of ready-to-use Angular components. Oblique, through its fully customizable master layout, takes care of the application's structure, letting you focus on the content.
https://oblique.bit.admin.ch
MIT License
55 stars 13 forks source link

Angular Material themes should be created from a map #97

Closed mischahaenen closed 1 year ago

mischahaenen commented 1 year ago

See warning below: Angular Material themes should be created from a map containing the keys "color", "typography", and "density". The color value should be a map containing the palette values for "primary", "accent", and "warn". See https://material.angular.io/guide/theming for more information.

node_modules/@angular/material/core/theming/_theming.scss 185:5 define-light-theme() node_modules/@oblique/oblique/styles/scss/oblique-material.scss 22:2 @use node_modules/@oblique/oblique/styles/scss/oblique-core.scss 2:1 root stylesheet

Oblique version: 10.0.0

gillerr commented 1 year ago

Hi @mischahaenen

Thanks for your report. We are already working on this, it will be solved with the next patch