summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/layout.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout.tsx b/app/layout.tsx
index 256e0edc..d56115b4 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -82,7 +82,7 @@ export default async function RootLayout({
{/* ✅ 기존 ThemeProvider에 lng prop 전달 */}
<ThemeProvider
attribute="class"
- defaultTheme="system"
+ defaultTheme="light"
enableSystem
disableTransitionOnChange
enableColorScheme