79396651

Date: 2025-01-29 12:02:24
Score: 0.5
Natty:
Report link

Hii here is the updated version, that worked for me Angular v18 :)

//setting checkbox size
::ng-deep .mat-mdc-checkbox .mdc-checkbox {
  height: 24px !important;
  width: 24px !important;
  flex-basis: 24px !important;
}  
::ng-deep .mat-mdc-checkbox .mdc-checkbox__background {
  height: 24px !important;
  width: 24px !important;
}

Greetings, thegreyluk

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Contains signature (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: thegreyluk