mirror of
https://github.com/openclaw/clawhub.git
synced 2026-08-14 00:47:57 +00:00
fix: match homepage hero accent (#3260)
This commit is contained in:
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user