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

Adjust 'check'-icon position

parent 0c8eb8a6
No related merge requests found
......@@ -47,7 +47,7 @@
<mat-menu class="color-menu" #themeMenu="matMenu" [overlapTrigger]="false">
<mat-grid-list cols="2">
<mat-grid-tile *ngFor="let theme of themes">
<button mat-icon-button [ngStyle]="{'color':theme.previewColor}" (click)="changeTheme(theme)">
<button mat-icon-button class="color-button" [ngStyle]="{'color':theme.previewColor}" (click)="changeTheme(theme)">
<mat-icon class="color-icon" matTooltip="{{theme.name}}">lens</mat-icon>
<mat-icon *ngIf="themeClass === theme.name" class="check">check_circle</mat-icon>
</button>
......
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