Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 34b67caae8 | |||
| df69f7381a |
@@ -7,7 +7,7 @@
|
|||||||
--background: #ffffff;;
|
--background: #ffffff;;
|
||||||
--card: #fafafa;;
|
--card: #fafafa;;
|
||||||
--foreground: #000000;;
|
--foreground: #000000;;
|
||||||
--primary-cta: #00cc00;;
|
--primary-cta: #1a5cff;;
|
||||||
--secondary-cta: #f9f9f9;;
|
--secondary-cta: #f9f9f9;;
|
||||||
--accent: #e5e5e5;;
|
--accent: #e5e5e5;;
|
||||||
--background-accent: #f5f5f5;;
|
--background-accent: #f5f5f5;;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
||||||
@@ -20,8 +20,8 @@ export default function VintageLensPage() {
|
|||||||
sizing="mediumLargeSizeLargeTitles"
|
sizing="mediumLargeSizeLargeTitles"
|
||||||
background="dotGrid"
|
background="dotGrid"
|
||||||
cardStyle="solid"
|
cardStyle="solid"
|
||||||
primaryButtonStyle="layered-depth"
|
primaryButtonStyle="gradient"
|
||||||
secondaryButtonStyle="solid"
|
secondaryButtonStyle="glass"
|
||||||
headingFontWeight="light"
|
headingFontWeight="light"
|
||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
|
|||||||
Reference in New Issue
Block a user