Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-01-01 12:06:10 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -6,8 +6,8 @@
--background: #ffffff;;
--card: #fcfcfc;;
--foreground: #121200e6;;
--primary-cta: #ffcf40;;
--foreground: #120000e6;;
--primary-cta: #e63946;;
--secondary-cta: #ffffff;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;;

View File

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