From be21f298758f469e6da770a5cc6ec20ee10fa4e6 Mon Sep 17 00:00:00 2001 From: William Grant Date: Fri, 14 Oct 2022 15:16:48 +1100 Subject: [PATCH] fix: pr review - remove unneeded export --- ts/themes/SessionTheme.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)}