From 830be5ad93f7d9ac154f403cd0dda791171972c5 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 20 Mar 2024 17:04:31 -0600 Subject: [PATCH] Setup default theme as system --- web/src/context/providers.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/context/providers.tsx b/web/src/context/providers.tsx index efcf2a10b..b239aff47 100644 --- a/web/src/context/providers.tsx +++ b/web/src/context/providers.tsx @@ -13,7 +13,7 @@ function providers({ children }: TProvidersProps) { return ( - + {children}