fix: add light/dark mode support with Tailwind dark: prefix
This commit is contained in:
@@ -11,7 +11,7 @@ import { ContactSection } from "@/components/sections/contact-section";
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<main className="min-h-screen bg-[var(--color-bg-primary)]">
|
||||
<main className="min-h-screen bg-white dark:bg-[var(--color-bg-primary)]">
|
||||
<Header />
|
||||
<HeroSection />
|
||||
<ServicesSection />
|
||||
|
||||
Reference in New Issue
Block a user