We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d531c0 commit bcb2d05Copy full SHA for bcb2d05
1 file changed
src/components/theme-switcher.astro
@@ -6,7 +6,7 @@ import { Icon } from "astro-icon/components";
6
negative margin is sum of button width (8) and gap size of flex parent (6)
7
TODO don't hardcode these values
8
-->
9
-<button id="theme-switcher" type="button" class="ml-0 origin-(right_center)">
+<button id="theme-switcher" type="button" class="ml-0 origin-(right_center) cursor-pointer">
10
<div id="icon-theme-auto">
11
<Icon name="tabler:sun-moon" class="h-8 text-lg" />
12
<span class="sr-only">Use dark theme</span>
0 commit comments