Skip to content

Commit a2ff2ed

Browse files
ken-matsuiclaude
andcommitted
fix: hydration mismatch on html element
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent ef748eb commit a2ff2ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default function Layout({
1313
children: React.ReactNode;
1414
}): React.ReactElement {
1515
return (
16-
<html lang="en" className="dark">
16+
<html lang="en" className="dark" style={{ colorScheme: "dark" }}>
1717
<body
1818
className={"min-h-screen bg-background font-sans antialiased"}
1919
>

0 commit comments

Comments
 (0)