fix: match homepage hero accent (#3260)

This commit is contained in:
Patrick Erichsen
2026-07-24 18:25:47 -05:00
committed by GitHub
parent 85a3fde608
commit bb6ed6eae6
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -350,9 +350,7 @@ describe("restored UI design contract", () => {
expect(homeSource).toContain('className="home-v2-main oc-app-surface"');
expect(homeSource).toContain("home-v2-headline oc-hero-title");
expect(cssRule(css, ".home-v2-static-headline")).toContain(
"color: var(--oc-palette-coral-light-deep)",
);
expect(cssRule(css, ".home-v2-static-headline")).toContain("color: var(--oc-accent-primary)");
expect(css.lastIndexOf(".home-v2-static-headline")).toBeGreaterThan(
css.lastIndexOf(".home-v2-action-word"),
);
+1 -1
View File
@@ -24811,7 +24811,7 @@ a.search-empty-action {
color: var(--hv2-accent);
}
.home-v2-static-headline {
color: var(--oc-palette-coral-light-deep);
color: var(--oc-accent-primary);
}
.home-v2-sep {
display: inline-block;