From bf85cff76d8832a75fff102d87ed46db48421453 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Fri, 9 Jul 2021 13:34:00 +0200 Subject: [PATCH 1/3] added dark mode for profile page --- components/Shell.tsx | 14 +- pages/[user].tsx | 18 +- pages/[user]/book.tsx | 10 +- pages/index.tsx | 449 +++++++++++++++++++++++------------------- pages/success.tsx | 22 ++- 5 files changed, 280 insertions(+), 233 deletions(-) diff --git a/components/Shell.tsx b/components/Shell.tsx index 59cb8cf335..045cf4e6cf 100644 --- a/components/Shell.tsx +++ b/components/Shell.tsx @@ -36,14 +36,18 @@ export default function Shell(props) { return session ? (
-
-