The material UI elements utilized in Angular 14 styles are overridden in angular 15 material, and themes are not working. Is there any blog or docs that can be referred to follow the steps for a smoother migration.
Styles overridden in material components like input, select, autocomplete, text font etc.
I tried following the official angular migration guide and I executed the ng generate @angular/material:mdc-migration
command to migrate the angular material components. The items are migrated as expected, but after migration the existing manual styles are overridden by the default material styles.