Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Jan 4, 2024
1 parent 72aa7f0 commit 93e1565
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export default function RootLayout({
children: React.ReactNode
}) {
const theme = getThemeSetting();
// https://github.com/vercel/next.js/discussions/44506#discussioncomment-7901181
return (
<html lang={lang}>
<body data-theme={`${theme}`}>
Expand Down

0 comments on commit 93e1565

Please sign in to comment.