Skip to content

Commit

Permalink
nextjs-darkmode and nextjs-darkmode-lite very well together
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Dec 16, 2024
1 parent 16d66bd commit d658919
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
1 change: 1 addition & 0 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"@repo/shared": "workspace:*",
"next": "^15.1.0",
"nextjs-darkmode": "^1.0.7",
"nextjs-darkmode-lite": "^1.0.7",
"nextjs-themes": "^4.0.4",
"r18gs": "workspace:*",
"react": "^19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import "./styles.css";
import "react18-loaders/dist/index.css";
import { Core } from "nextjs-darkmode";
import { Core } from "nextjs-darkmode-lite";
import { Layout } from "@repo/shared/dist/server";
import { GlobalLoader, Header } from "@repo/shared";
import { Inter } from "next/font/google";
Expand Down
25 changes: 21 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d658919

Please sign in to comment.