From 24c462bf6f21921342d5af0491075db61928b941 Mon Sep 17 00:00:00 2001 From: iCrawl Date: Tue, 11 Apr 2023 20:13:59 +0200 Subject: [PATCH] refactor(website): dark mode --- apps/guide/src/app/guide/layout.tsx | 2 +- apps/guide/src/app/layout.tsx | 2 +- apps/guide/src/components/Footer.tsx | 2 +- apps/guide/src/components/Header.tsx | 2 +- apps/guide/src/components/Nav.tsx | 2 +- .../src/app/docs/packages/[package]/[version]/layout.tsx | 2 +- apps/website/src/app/layout.tsx | 2 +- apps/website/src/components/Footer.tsx | 2 +- apps/website/src/components/Header.tsx | 2 +- apps/website/src/components/Nav.tsx | 2 +- apps/website/src/components/Sidebar.tsx | 7 ++++++- packages/ui/src/lib/components/Section.tsx | 8 +++++++- 12 files changed, 23 insertions(+), 12 deletions(-) diff --git a/apps/guide/src/app/guide/layout.tsx b/apps/guide/src/app/guide/layout.tsx index 10f8d430f..3ca17f08d 100644 --- a/apps/guide/src/app/guide/layout.tsx +++ b/apps/guide/src/app/guide/layout.tsx @@ -10,7 +10,7 @@ export default function Layout({ children }: PropsWithChildren) {
-
+
diff --git a/apps/guide/src/app/layout.tsx b/apps/guide/src/app/layout.tsx index 01349c3b3..7d4831972 100644 --- a/apps/guide/src/app/layout.tsx +++ b/apps/guide/src/app/layout.tsx @@ -77,7 +77,7 @@ export const metadata: Metadata = { export default function RootLayout({ children }: PropsWithChildren) { return ( - + {children} diff --git a/apps/guide/src/components/Footer.tsx b/apps/guide/src/components/Footer.tsx index 88c8fb44b..360d4d7f7 100644 --- a/apps/guide/src/components/Footer.tsx +++ b/apps/guide/src/components/Footer.tsx @@ -3,7 +3,7 @@ import vercelLogo from '~/assets/powered-by-vercel.svg'; export default function Footer() { return ( -