How i can set theme color for mat-dialog-title.
I tried this
<mat-dialog-title color="primary">
But it doesn’t work.
At the same time the code
<button mat-button-icon color=primary>
work!
How i can set theme color for mat-dialog-title.
I tried this
<mat-dialog-title color="primary">
But it doesn’t work.
At the same time the code
<button mat-button-icon color=primary>
work!