You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, this is one drawback of the current system of using the style property for the whole component. We probably need a better solution for the future.
But currently, I would suggest adding your own stylesheet and overriding the styles that way. I think it will be more effective.
You can also look into overriding the CSS variable values that are set by Angular Material, for example: --mat-select-trigger-text-size (you would still add your own stylesheet).
**Describe: **
Using style=me.Style(font-size=...) in components Select and Autocomplete does not affect the font height of pop-up list
**Solution: **
The style should be passed to the inner component
The text was updated successfully, but these errors were encountered: