diff --git a/components/_theme/applyTheme.ts b/components/_theme/applyTheme.ts index 68a83972399b0febb3cec38767496a0c8ed85835..ec7f24ca6c4a541d4bacb0ec8111e1bc77b4a51a 100644 --- a/components/_theme/applyTheme.ts +++ b/components/_theme/applyTheme.ts @@ -18,6 +18,7 @@ export function applyTheme( ); }); + return { themeVars: _theme, };