0
votes

How do I change the font of the panel header, title, and content for mat-expansion?

1

1 Answers

0
votes

If you are using the latest version of i.e above Angular Material (7), then this should be the trick:

.mat-expansion-panel-header-title {
  color: blue
}