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:
@@ -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 = (
|
||||||
|
|||||||
Reference in New Issue
Block a user