From f2987750726d2dcfe01a5e0c7dc5a734ff69d366 Mon Sep 17 00:00:00 2001 From: regalijan Date: Thu, 19 Oct 2023 16:50:05 -0400 Subject: [PATCH] Fill in serverside theme when no client preference is set --- app/root.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/root.tsx b/app/root.tsx index 15920b6..a9b8012 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -13,7 +13,6 @@ import globalStyles from "../index.css"; import { isRouteErrorResponse, Links, - LiveReload, Meta, Outlet, Scripts, @@ -148,7 +147,9 @@ function getMarkup( @@ -156,7 +157,6 @@ function getMarkup( {children} -