79315563

Date: 2024-12-29 12:24:16
Score: 1
Natty:
Report link

In Angular 19, it's possible to use the mat.icon-button-overrides:

@use '@angular/material' as mat;

:host {
  @include mat.icon-button-overrides(
    (
      state-layer-size: 32px,
    )
  );
}

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: mbmachado