Skip to content

Commit b0d7484

Browse files
committed
fix(landing): scope loader compatibility token
1 parent 1ddbcdf commit b0d7484

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/sim/app/(landing)/components/hero/components/hero-visual/hero-visual.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ const SEND_BUTTON_INK = {
300300
*/
301301
const LANDING_LOADER_INK = {
302302
'--tl-grad-inner': 'var(--text-body)',
303-
'--tl-grad-outer': 'var(--landing-loader-outer)',
303+
'--tl-grad-outer': 'var(--thinking-loader-outer)',
304304
'--tl-glow': 'transparent',
305305
} as CSSProperties
306306

apps/sim/app/(landing)/components/navbar/components/logo-mark/logo-mark.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ interface LogoMarkProps {
1919
*/
2020
const LOADER_INK = {
2121
'--tl-grad-inner': 'var(--text-body)',
22-
'--tl-grad-outer': 'var(--landing-loader-outer)',
22+
'--tl-grad-outer': 'var(--thinking-loader-outer)',
2323
'--tl-glow': 'transparent',
2424
} as CSSProperties
2525

apps/sim/app/(landing)/components/shared/color-mix-fallbacks/color-mix-fallbacks.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313

1414
.loaderOuter {
15-
--landing-loader-outer: var(--text-body);
15+
--thinking-loader-outer: var(--text-body);
1616
}
1717

1818
.inverseBorder45 {
@@ -70,7 +70,7 @@
7070
}
7171

7272
.loaderOuter {
73-
--landing-loader-outer: color-mix(in srgb, var(--text-body) 76%, var(--white));
73+
--thinking-loader-outer: color-mix(in srgb, var(--text-body) 76%, var(--white));
7474
}
7575

7676
.inverseBorder45 {

0 commit comments

Comments
 (0)