From 15e90e8ee977d834701a17139bb349bba5cc9700 Mon Sep 17 00:00:00 2001 From: Let Avocado Date: Sun, 4 May 2025 08:17:16 +0500 Subject: [PATCH] fix: show pointer cursor on theme switcher button hover --- src/components/theme-switcher.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/theme-switcher.astro b/src/components/theme-switcher.astro index 654a08a..a69f84e 100644 --- a/src/components/theme-switcher.astro +++ b/src/components/theme-switcher.astro @@ -6,7 +6,7 @@ import { Icon } from "astro-icon/components"; negative margin is sum of button width (8) and gap size of flex parent (6) TODO don't hardcode these values --> -