We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5486d5e commit 13a20f1Copy full SHA for 13a20f1
2 files changed
packages/base/src/Boot.ts
@@ -91,7 +91,7 @@ const onThemeRegistered = (theme: string) => {
91
if (!booted) {
92
return;
93
}
94
-
+
95
const currentTheme = getTheme();
96
const currentBaseTheme = getBaseTheme();
97
packages/base/src/config/Theme.ts
@@ -7,7 +7,7 @@ import { boot, isBooted } from "../Boot.js";
7
import { attachConfigurationReset } from "./ConfigurationReset.js";
8
9
let curTheme: string | undefined;
10
-let curBaseTheme: string | undefined = undefined;
+let curBaseTheme: string | undefined;
11
12
attachConfigurationReset(() => {
13
curTheme = undefined;
0 commit comments