From f44fdc12a2abf463ab36cf869d9a5070b3c9d0be Mon Sep 17 00:00:00 2001 From: imnyang Date: Fri, 29 Aug 2025 21:33:19 +0900 Subject: [PATCH] Change ThemeProvider defaultTheme from "light" to "system" --- src/app/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/index.tsx b/src/app/index.tsx index 39f9ccc..481d141 100644 --- a/src/app/index.tsx +++ b/src/app/index.tsx @@ -14,7 +14,7 @@ function TimelineRedirect() { export default function App() { return ( - + } />