diff --git a/ts/themes/SessionTheme.tsx b/ts/themes/SessionTheme.tsx index 725baca17..4c28e306c 100644 --- a/ts/themes/SessionTheme.tsx +++ b/ts/themes/SessionTheme.tsx @@ -5,7 +5,7 @@ import { classicDark } from './'; import { declareCSSVariables, THEME_GLOBALS } from './globals'; // Defaults to Classic Dark theme -export const SessionGlobalStyles = createGlobalStyle` +const SessionGlobalStyles = createGlobalStyle` html { ${declareCSSVariables(THEME_GLOBALS)} ${declareCSSVariables(classicDark)}