From db51122c2bc478f6d967bbaadf9e20b74c9a33ac Mon Sep 17 00:00:00 2001 From: taylanunver Date: Sun, 15 Jan 2023 22:04:19 +0300 Subject: [PATCH 1/8] Added dark-mode --- components/Footer.tsx | 10 ++++---- components/Header.tsx | 46 ++++++++++++++++++++++++----------- components/LoadingDots.tsx | 4 ++- components/Testimonials.tsx | 14 +++++------ components/Toggle.tsx | 12 ++++++--- package-lock.json | 2 +- pages/index.tsx | 28 +++++++++++++++------ pages/restore.tsx | 47 +++++++++++++++++++++++++++--------- public/lightbulb-regular.svg | 1 + styles/globals.css | 9 +++++++ tailwind.config.js | 9 ++++--- 11 files changed, 128 insertions(+), 54 deletions(-) create mode 100644 public/lightbulb-regular.svg diff --git a/components/Footer.tsx b/components/Footer.tsx index bcda885..adfc622 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -2,14 +2,14 @@ import Link from "next/link"; export default function Footer() { return ( -