From f87e81c4d79ed10b8a430666ebeab325c1f9e5ed Mon Sep 17 00:00:00 2001 From: aftabrehan Date: Fri, 2 Feb 2024 15:55:22 +0500 Subject: [PATCH] Handle Dark Mode Styling for Header Component --- app/layout.tsx | 4 ++-- components/button.tsx | 5 +++-- components/footer.tsx | 1 - components/header.tsx | 15 +++++---------- components/mobile-nav.tsx | 11 +++++++---- components/nav-dropdown.tsx | 6 +++--- components/search-bar.tsx | 6 +++--- tailwind.config.ts | 1 + 8 files changed, 24 insertions(+), 25 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 90c5436..68659ab 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -28,14 +28,14 @@ export default function RootLayout({
-
+
{children}