summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/theme/loader.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ui/src/theme/loader.ts')
-rw-r--r--packages/ui/src/theme/loader.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/src/theme/loader.ts b/packages/ui/src/theme/loader.ts
index 0f61076a0..4d48000da 100644
--- a/packages/ui/src/theme/loader.ts
+++ b/packages/ui/src/theme/loader.ts
@@ -27,7 +27,7 @@ export function applyTheme(theme: DesktopTheme, themeId?: string): void {
}
function buildThemeCss(light: ResolvedTheme, dark: ResolvedTheme, themeId: string): string {
- const isDefaultTheme = themeId === "oc-1"
+ const isDefaultTheme = themeId === "oc-2"
const lightCss = themeToCss(light)
const darkCss = themeToCss(dark)