fix: restore color/font inherit on button cards so work item titles are visible

The button wrapping from story 224 uses browser-default black text,
making titles invisible on the dark background.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dave
2026-02-27 16:44:34 +00:00
parent 27beb0b4b0
commit 54d6fb31ea

View File

@@ -187,6 +187,8 @@ export function StagePanel({
gap: "2px", gap: "2px",
width: "100%", width: "100%",
textAlign: "left" as const, textAlign: "left" as const,
color: "inherit",
font: "inherit",
cursor: onItemClick ? "pointer" : "default", cursor: onItemClick ? "pointer" : "default",
}; };
const cardInner = ( const cardInner = (