Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1ad93766b5 | |||
| 9bf67d1fad | |||
| 2749c3b424 | |||
| 950bfe2a58 | |||
| cb06adec94 |
@@ -19,12 +19,12 @@ export default function LandingPage() {
|
|||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="expand-hover"
|
defaultButtonVariant="expand-hover"
|
||||||
defaultTextAnimation="reveal-blur"
|
defaultTextAnimation="reveal-blur"
|
||||||
borderRadius="pill"
|
borderRadius="soft"
|
||||||
contentWidth="mediumSmall"
|
contentWidth="mediumSmall"
|
||||||
sizing="largeSizeMediumTitles"
|
sizing="largeSizeMediumTitles"
|
||||||
background="none"
|
background="none"
|
||||||
cardStyle="inset"
|
cardStyle="soft-shadow"
|
||||||
primaryButtonStyle="double-inset"
|
primaryButtonStyle="gradient"
|
||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
headingFontWeight="normal"
|
headingFontWeight="normal"
|
||||||
>
|
>
|
||||||
@@ -317,4 +317,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f5f5f5;
|
--background: #F5F8F9;
|
||||||
--card: #ffffff;
|
--card: #EBF4F6;
|
||||||
--foreground: #1c1c1c;
|
--foreground: #2D3A4D;
|
||||||
--primary-cta: #1c1c1c;
|
--primary-cta: #4A90E2;
|
||||||
--primary-cta-text: #f5f5f5;
|
--primary-cta-text: #FFFFFF;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #E0F2F7;
|
||||||
--secondary-cta-text: #1c1c1c;
|
--secondary-cta-text: #2D3A4D;
|
||||||
--accent: #6139e6;
|
--accent: #7DD8C5;
|
||||||
--background-accent: #b3a8e8;
|
--background-accent: #C3DDE6;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user