From d58cbcc78649c00253f2dfd908f8a58b9ef70aae Mon Sep 17 00:00:00 2001 From: radishzzz Date: Wed, 5 Mar 2025 22:02:02 +0000 Subject: [PATCH] fix: button position issue on ios --- src/components/ThemeToggle.astro | 1 - src/layouts/Layout.astro | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ThemeToggle.astro b/src/components/ThemeToggle.astro index fa91747..bca67c7 100644 --- a/src/components/ThemeToggle.astro +++ b/src/components/ThemeToggle.astro @@ -3,7 +3,6 @@ import { themeConfig } from '@/config' const { light: { background: lightMode }, dark: { background: darkMode } } = themeConfig.color --- -