AltitudeWeb/frontend/src/app/shared-components/theme/theme.component.html
akastijn ebe66c87c0 Rework folder structure in frontend
Pages are now grouped per group they appear in on in the header (where possible)
Utilities used by multiple pages in the project are grouped in folders such as services/pipes/etc
2025-07-04 19:50:21 +02:00

7 lines
215 B
HTML

<div class="switch-div" style="z-index: 1;">
<label class="switch">
<input type="checkbox" [checked]="isDarkMode" (change)="toggleTheme()" id="slider">
<span class="slider round"></span>
</label>
</div>