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 13:54:35 +00:00
2 changed files with 7 additions and 7 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #f8f9fa;;
--card: #f0f2f5;;
--foreground: #1e293b;;
--primary-cta: #1e3a8a;;
--background: #fff5f5;;
--card: #ffebf0;;
--foreground: #3d2930;;
--primary-cta: #e890a8;;
--secondary-cta: #ffffff;;
--accent: #fbbf24;;
--background-accent: #d97706;;
--accent: #f5ccd5;;
--background-accent: #f0b8c4;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

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