Added light & dark theme. Basic theme applied on dialogs/modals. Attempt to apply uniformity to the website.
This commit is contained in:
6
src/app/theme/theme.component.html
Normal file
6
src/app/theme/theme.component.html
Normal file
@ -0,0 +1,6 @@
|
||||
<button mat-icon-button
|
||||
class="refresh"
|
||||
aria-label="Change theme"
|
||||
(click)="toggle()">
|
||||
<mat-icon>refresh</mat-icon>
|
||||
</button>
|
Reference in New Issue
Block a user