Fix switch

This commit is contained in:
Ondřej Nývlt 2023-09-08 11:44:28 +02:00
parent 57dfbca4b9
commit 73626b8e86

View file

@ -8,8 +8,8 @@
</h1> </h1>
<section class="mb-6" id="filters" hx-preserve> <section class="mb-6" id="filters" hx-preserve>
<label class="checkbox"> <label class="checkbox-label">
<input type="checkbox" x-model="expandDiffs" x-bind:checked="expandDiffs" /> <input class="switch" type="checkbox" x-model="expandDiffs" x-bind:checked="expandDiffs" />
<p>Expand diffs</p> <p>Expand diffs</p>
</label> </label>
</section> </section>