From 0fd18cf88976b12680900a3643d20900d0697c8a Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Tue, 27 Jun 2023 17:43:46 -0700 Subject: [PATCH] fix: split out styles into two style tags. Should help #2989 --- web/components/theme/Theme.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/web/components/theme/Theme.tsx b/web/components/theme/Theme.tsx index a299b7aee..70ab0013a 100644 --- a/web/components/theme/Theme.tsx +++ b/web/components/theme/Theme.tsx @@ -33,6 +33,12 @@ export const Theme: FC = () => { :root { ${appearanceVars.join(';\n')} } + `, + }} + /> +