Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #3.
This commit is contained in:
2025-12-27 05:03:00 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -6,10 +6,10 @@
--background: #ffffff;
--card: #fcfcfc;
--foreground: #120a00e6;
--primary-cta: #ff8c42;
--foreground: #00120ae6;
--primary-cta: #15ad59;
--secondary-cta: #ffffff;
--accent: #ff8c42;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';