Trying to modify the width and height of the mat indicator has been a bit challenging. Despite following suggestions from other similar questions, such as adjusting the border width and padding, I am still unable to see the changes reflect in my CSS file. It's interesting to note that when I use the console inspect mode, it seems to work fine. Can anyone point out what might be missing in my code? https://stackblitz.com/edit/angular-8yxted?file=styles.css
.mat-expansion-indicator::after {
border-style: solid;
border-width: 0 5px 5px 0 !important;
content: '' !important;
padding: 5px;
}