We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Setting color on every element:
<mat-form-field color="accent" />
could be replaced by global setting in app module:
{ provide: MAT_FORM_FIELD_DEFAULT_OPTIONS, useValue: { appearance: 'fill', color: 'accent' } }