79745394

Date: 2025-08-25 06:13:54
Score: 0.5
Natty:
Report link

Currently, you are applying styles to the class .my-wrench, which is the parent of mat-icon. To style the icon itself, you need to target the mat-icon element. Here is an example of how to apply styles to the icon.

.my-wrench mat-icon {
    color: blue;
  }

It should produce the desired style you want.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Code Ninja