I have just started using the Angular Material theme within my Angular app.
I make use of some radio buttons but want to style them so that they are smaller than usu
I think, this should be enough:
.mat-radio-container { transform: scale(0.85); }
Choose the number in the scale according to your needs.