Skip to content

Commit

Permalink
fix(website): fix darkmode bug on docs website
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx committed Feb 6, 2023
1 parent 99e5f42 commit b246bcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/website/pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import "../styles.css";
import { Oxanium } from "@next/font/google";
import { ThemeProvider } from "next-themes";

const oxanium = Oxanium({
subsets: ["latin"],
Expand Down

0 comments on commit b246bcb

Please sign in to comment.