hermes-web-angular/src/app/theme/theme.component.html

6 lines
150 B
HTML

<button mat-icon-button
class="refresh"
aria-label="Change theme"
(click)="toggle()">
<mat-icon>refresh</mat-icon>
</button>