From dea9ea737e43b4dd01a887ebe50e987ca13d987e Mon Sep 17 00:00:00 2001 From: WendongPang Date: Wed, 17 Sep 2025 07:28:21 +0000 Subject: [PATCH] update components/_theme/applyTheme.ts. Signed-off-by: WendongPang --- components/_theme/applyTheme.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/components/_theme/applyTheme.ts b/components/_theme/applyTheme.ts index 68a83972..ec7f24ca 100644 --- a/components/_theme/applyTheme.ts +++ b/components/_theme/applyTheme.ts @@ -18,6 +18,7 @@ export function applyTheme( ); }); + return { themeVars: _theme, }; -- Gitee