From 4c190af17bf2f740f066370bf95ceb8c53e16d1c Mon Sep 17 00:00:00 2001 From: aftabrehan Date: Fri, 2 Feb 2024 16:31:30 +0500 Subject: [PATCH] Adjust Element Colors --- components/header.tsx | 2 +- components/nav-dropdown.tsx | 2 +- components/search-bar.tsx | 2 +- components/section-wrapper.tsx | 2 +- tailwind.config.ts | 3 ++- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/components/header.tsx b/components/header.tsx index aa7b40f..ecc19cc 100644 --- a/components/header.tsx +++ b/components/header.tsx @@ -8,7 +8,7 @@ import { MobileNav } from '@/components/mobile-nav' import Logo from '@/public/logo.svg' export const Header = () => ( -
+
diff --git a/components/nav-dropdown.tsx b/components/nav-dropdown.tsx index d8fde14..6231dab 100644 --- a/components/nav-dropdown.tsx +++ b/components/nav-dropdown.tsx @@ -31,7 +31,7 @@ export const NavDropdown = ({
diff --git a/components/search-bar.tsx b/components/search-bar.tsx index a36581a..05abe92 100644 --- a/components/search-bar.tsx +++ b/components/search-bar.tsx @@ -15,7 +15,7 @@ export const Searchbar = ({ className }: searchbarProps) => (
diff --git a/components/section-wrapper.tsx b/components/section-wrapper.tsx index 89d6fa6..48d5001 100644 --- a/components/section-wrapper.tsx +++ b/components/section-wrapper.tsx @@ -15,7 +15,7 @@ export const SectionWrapper = ({ children, childrenClass, }: sectionWraperProps) => ( -
+