Skip to content
Snippets Groups Projects
Commit fe79751d authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Adjust color of icon

parent bac6417e
No related merge requests found
......@@ -3,7 +3,7 @@
<mat-card-header>
<h2>{{'statistic.learning-status' | translate}}</h2>
<span class="fill-remaining-space"></span>
<button mat-icon-button><mat-icon>help</mat-icon></button>
<button mat-icon-button><mat-icon color="primary">help</mat-icon></button>
</mat-card-header>
<mat-divider></mat-divider>
<div *ngIf="isLoading" fxLayout="column" fxLayoutAlign="center" fxLayoutGap="20px" fxFill>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment