Reputation: 199
I Updated Angular and Angular Material to the 9th version and I do like the new look of the angular material components, but having updated i didn't see any changes, my components look like they were before.
I have a problem with the mat-select
component, for example.
It looks like:looks like
But it has to look like:has to look like
So, is there anyone who has the same problem and can help me with it?
Upvotes: 1
Views: 567
Reputation: 876
The form fields have four different styles - you need to provide the one you want, or set it manually on each of them: https://material.angular.io/components/form-field/overview
!
Upvotes: 1