We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39738df commit 5274d14Copy full SHA for 5274d14
src/layouts/Drawer.astro
@@ -18,8 +18,8 @@ import Itchio from "@icons/Itchio.astro";
18
<label class="swap swap-rotate btn btn-xl btn-ghost btn-circle absolute top-4 right-4">
19
<!-- this hidden checkbox controls the state -->
20
<input type="checkbox" data-toggle-theme="valentine,dracula" data-act-class="ACTIVECLASS"/>
21
- <Sun class="swap-off w-10 h-10" />
22
- <Moon class="swap-on w-10 h-10" />
+ <Sun class="swap-on w-10 h-10" />
+ <Moon class="swap-off w-10 h-10" />
23
</label>
24
</div>
25
0 commit comments