Added theme button in top bar.
This commit is contained in:
@ -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>
|
Reference in New Issue
Block a user