From 1f3b397de9431be31e3a7c961d588e64a1d4c1bc Mon Sep 17 00:00:00 2001 From: Gavin Grant Date: Sat, 10 Sep 2022 18:25:18 -0700 Subject: [PATCH] add width and height svg attributes for visibility on iphone --- components/ColorSwitcher.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/ColorSwitcher.tsx b/components/ColorSwitcher.tsx index 7ef75c244..363288f76 100644 --- a/components/ColorSwitcher.tsx +++ b/components/ColorSwitcher.tsx @@ -5,7 +5,7 @@ export default function ColorSwitcher() { const { toggleTheme, colorMode } = useColorSwitcher(); const sunIcon = ( - + @@ -21,7 +21,7 @@ export default function ColorSwitcher() { ); const moonIcon = ( - +