From 818a1394c1e33de90dc241d10f25a3bf6128e835 Mon Sep 17 00:00:00 2001 From: wangnan Date: Thu, 20 Nov 2025 17:17:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E4=B8=BAdark=E9=97=AA=E7=83=81bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/useAnimateTheme.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hooks/useAnimateTheme.ts b/src/hooks/useAnimateTheme.ts index aa0e2ab..1069568 100644 --- a/src/hooks/useAnimateTheme.ts +++ b/src/hooks/useAnimateTheme.ts @@ -109,6 +109,7 @@ export function useAnimateTheme(options: UseAnimateThemeOptions = {}) { { duration, easing, + fill: 'both', pseudoElement: `::view-transition-${isDark ? 'new' : 'old'}(root)`, }, )