summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-09-29 09:02:37 +0900
committerjoonhoekim <26rote@gmail.com>2025-09-29 09:02:37 +0900
commit921a7672bfb46fb6ed1c6157da3302d31f360139 (patch)
tree763fa355b4e5538ea3572b974a91976f102f0388 /app
parentd48e631d77b13e9427ef65da615b6d29aa9b0448 (diff)
(김준회) 테마 기본값 light로 변경 (이진용프로 요청)
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