We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0eed20 commit 78679c2Copy full SHA for 78679c2
workspaces/frontend/src/app/const.ts
@@ -7,6 +7,6 @@ export enum Theme {
7
}
8
9
export const isMUITheme = (): boolean => STYLE_THEME === Theme.MUI;
10
-const STYLE_THEME = process.env.STYLE_THEME || Theme.Default;
+const STYLE_THEME = process.env.STYLE_THEME || Theme.MUI;
11
12
export const LOGO_LIGHT = process.env.LOGO || 'logo.svg';
0 commit comments