Skip to content

Commit 5e302b4

Browse files
fix(desktop): use two-tier ink in agent graph metadata
The ink-ladder contract retires --foreground-secondary; secondary metadata text takes --muted-foreground. Generated-by: Muse Spark
1 parent ccd8dee commit 5e302b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/desktop/src/renderer/styles/agent-graph.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
.maka-agent-graph-details-metadata dd {
305305
min-width: 0;
306306
margin: 0;
307-
color: var(--foreground-secondary);
307+
color: var(--muted-foreground);
308308
overflow-wrap: anywhere;
309309
}
310310

0 commit comments

Comments
 (0)