From fe79751d1de8ad716d25b4a4561e3d8fb16a5a47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Mau=C3=9F?= <lukas.mauss@mni.thm.de> Date: Tue, 26 Feb 2019 00:41:23 +0100 Subject: [PATCH] Adjust color of icon --- .../shared/statistics-page/statistics-page.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/shared/statistics-page/statistics-page.component.html b/src/app/components/shared/statistics-page/statistics-page.component.html index a8d104be7..2ff7c225e 100644 --- a/src/app/components/shared/statistics-page/statistics-page.component.html +++ b/src/app/components/shared/statistics-page/statistics-page.component.html @@ -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> -- GitLab