Material has created a density component modifier (Links here and here).
I've imported material/density and followed the suggested code in my scss file:
@use "@material/button";
.my-custom-button {
// Sets button density scale to `-3`, i.e. button height to `24px`.
@include button.density(-3);
}
but get errors about not finding the stylesheet. I've scored the web and found no solution to this problem.