Added theme button in top bar.

This commit is contained in:
Tom
2025-04-01 21:29:05 +00:00
parent d69fc68ec1
commit e053529d49
3 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,5 @@
<button mat-icon-button
class="refresh"
aria-label="Change theme"
(click)="toggle()">
<mat-icon>refresh</mat-icon>
<mat-icon>{{isLightMode ? 'dark_mode' : 'light_mode'}}</mat-icon>
</button>