Angular material design – how to add custom button color?

You can add any color like below

 <a mat-mini-fab color="success" routerLink=".">link</a>

it generates the class with that value like ‘mat-success’ then create css for that class

.mat-success {
    background-color: green;
    color: #fff;
}

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)