Article: Modify Angular Material 19 Theme with SCSS & CSS | Angular Material Dev #15
Replies: 2 comments 2 replies
-
What about typography, is it the same aproach as with colors? Cand typography be overridden the same way? The thembuilder could also include typgraphy tokens. That is if typgraphy could be handeled as the color tokens. |
Beta Was this translation helpful? Give feedback.
-
Anyone who has switched from m2 theme to m3 theme? I have encountered an issue: We have a toolkit using Angular Material, it is on v19, but still using an m2 theme. Since there are a lot of components, we want to switch to m3 theme iteratively. So, the migrated components will be on m3 while the others will be on the previous m2 one. Problem is, the m2 theme is applied globally using the all-component-themes mixin in styles.scss, and this CANNOT be overridden by an m3 theme. Cannot find any solution in the v19 docs, maybe I am missing something. Any input, @shhdharmen ? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Article: Modify Angular Material 19 Theme with SCSS & CSS | Angular Material Dev
Learn Material Design in Angular, Theming Angular Material Components and Developing your Angular application with Material Design like a pro.
https://angular-material.dev/articles/modify-angular-material-19-theme-with-scss-css
Beta Was this translation helpful? Give feedback.
All reactions